Description Usage Arguments Value Examples
Transform index of tsbl_var into period date
1 | periodize_index(tsbl_vars, period_field = "period")
|
tsbl_vars |
A tsibble of time series vars. |
period_field |
A character name of field which contain "quarter", "month", "week" as period indicators. Default is "period". |
A tsibble with with index of periodic date.
1 2 3 4 | ## Not run:
tsbl_vars_new <- periodize_index(tsbl_vars, period_field = "period")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.