I get the following message 2117 failed to parse- which is great ( there are over 200,000 rows ) as some will be wrong BUT how do I know which ones have failed ?
if they failed to parse, then they will appear as NA at those locations in the date_created field you made.
p.s. when using the tidyverse you should avoid using $ selection unless you cannot achieve some effect without it, in your example if seems redundant at best, given that mutate knows it operates on df from the first pipe you make.