Converting a character string “d.m.Y” into a date in format “Y-m-d” in R
Currently, I have imported data into R with fread and the import works perfectly. However, for 2 columns the date is read in as “d.m.Y” and saved as a character. The problem is that the columns should be in date format and in the following format “Y-m-d”. I just can’t get these columns to be adjusted accordingly…