parse_period | R Documentation |
The period is parsed into frequency and period and returned as a named list.
parse_period(period)
period |
A character specification used for time-based grouping. The
general format to use is Note that you can pass the specification in a flexible way:
This shorthand is available for year, quarter, month, day, hour, minute, second, millisecond and microsecond periodicities. Additionally, you have the option of passing in a vector of dates to use as custom and more flexible boundaries. |
parse_period('2 day')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.