Description Usage Arguments Value Examples
View source: R/DATETOEXCELSERIES.R
Functions converts dates to Excel General date series which might be useful when writing Excel files.
1 |
date |
Convert R date type to Excel general date series, this might be helpful for Excel users. |
In this example it returns the Excel's general date series equivalent of date 1st January of 2020. Function will always return numeric class.
1 | DATETOEXCELSERIES(DATE(2020,1,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.