expand_date | R Documentation |
Expand date columns into year, month, day, hour, minute.
expand_date(.fcst, date_col)
.fcst |
A harp_fcst object or a data frame with a column with the string 'date' in its name. |
date_col |
The unquoted name of the date column that you wish to expand. |
An object of the same type as '.fcst' with extra columns for year, month, day, hour, minute. The extra colun names are prefixed with 'date_col' with the string 'date' removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.