Description Usage Arguments Value
Change tsibble frequency
1 2 3 4 5 6 | change_frequency(
tsbl,
freq = c("daily", "weekly", "monthly", "quarterly", "yearly"),
rename_index = TRUE,
.f = sum
)
|
tsbl |
tsibble |
freq |
frequency to apply to tsibble |
.f |
summary function |
tsibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.