parse_int_date | R Documentation |
Input values are dates represented as the number of days since 1900-01-01 (per Excels 'DATEVALUE' function)
parse_int_date(x, date_system = c("excel", "excel1904", "matlab"))
x |
numeric vector of Excel-type date values |
date_system |
which date system to use |
vector of 'Date' values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.