I have an excel file with a column of date info. These are the dates that people took a survey, and are formatted like "1/20/2017 2:22:34 PM" as downloaded from Qualtrics.
But when I import this file to R using read_excel, each date automatically gets converted to a string like "43122.82".
Ultimately I want these dates to be Date types. I'd appreciate any help.