regularize | R Documentation |
Regularize an irregular tsibble using the specified interval and function
regularize(x, unit = "30 min", fun = lubridate::round_date)
x |
irregular tsibble |
unit |
character, the regularization interval, by default "30 min" |
fun |
function, the name of the function to apply for the regularization, by default 'lubridate::date_round' |
regularized tsibble
index_by
round_date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.