Description Usage Arguments Value Examples
Executes a set of sanity checks to prepare the analysis of monthly data
1 | nest_series(data, key, value, date)
|
data |
a dataframe consisting in hierarchical series |
key |
name of the column (unquoted) that will be used as a key |
value |
column name of the univariate time series value |
date |
column name of the date |
a nested series grouped by key
cleaned series
1 | nest_series(data=rainfall, key=country, value=rainfall_mm, date=date)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.