Use as.Date()
and specify the origin
dates <- 42917:42918
as.Date(dates, origin = "1899-12-30")
#> [1] "2017-07-01" "2017-07-02"
If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.
Use as.Date()
and specify the origin
dates <- 42917:42918
as.Date(dates, origin = "1899-12-30")
#> [1] "2017-07-01" "2017-07-02"
If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.