convert.excel.dates | R Documentation |
Applies the correct origin (1899-12-30) to integer Excel dates
convert.excel.dates(dts)
dts |
- a vector of Excel dates (integers) |
those integer dates converted to R dates
## Not run:
df<-xlsx::read.xlsx(file=fname)
df$DOB<-convert.excel.dates(df$DOB)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.