How to convert Excel Numeric Dates to Date Data Type in R?

There is a convenient function called ‘excel_numeric_to_date()’ from ‘janitor’ package, which you can find it inside Function List in Mutate (Create Calculation) dialog. I have written the detail steps at our blog page, take a look if you’re interested.

https://blog.exploratory.io/how-to-convert-excel-numeric-dates-to-date-data-type-in-r-5b100547007f#.qx96ncu4x

Cheers,
Kan