resample_series | R Documentation |
resampling a serie
resample_series(
serie,
statistic = "mean",
new_interval = "d1",
data_thresh = NULL,
max_gap = NULL,
rename_parameter = TRUE,
percentile = 0.95,
skip_padding = FALSE,
start_date = NULL,
end_date = NULL,
drop_last = FALSE
)
serie |
a tibble in rOstluft long format containing exactly one serie |
tibble with resampled series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.