Take a df with date information, and if there is data information in the format 30/01/17 or 30/01/2017 (Excel outputs this by default) convert to date and warn user
1 | convert_excel_dates_in_df(df, cols = "date")
|
cols |
is either a vector of column names, or NULL. If it's NULL, all columns will be scanned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.