Description Usage Arguments Value
Split dataset DT on subfolders defined by its date (Y/m/d/H format)
| 1 2 | split_data_on_date(DT, data_path = "data/cache", date_field,
  date_unit = c("hour", "day", "Month", "year", "week", "minute"))
 | 
| DT | The data frame to split | 
| data_path | The data path to save the parts of the dataset | 
| date_field | The name of the date field to use for splitting | 
| date_unit | The date unit to use for rounding to complete intervals | 
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.