powered by
Checks whether an xlsx file uses 1 Jan 1904 as its origin.
date1904(filename)
A logical vector:
TRUE if origin is 1904;
TRUE
FALSE if origin is 1900;
FALSE
NA if file could not be processed.
NA
character: one or more filenames
Enrico Schumann; type spss/pspp suggested and based on a patch by J\"org Beyer
spss
pspp
Requires utils::unzip.
utils::unzip
ECMA-376-1:2016 Office Open XML File Formats.
convert_date
# \donttest{ date1904("~/Desktop/02_company_statistics.pdf") # }
Run the code above in your browser using DataLab