nest_series: Clean and nest grouped series

Description Usage Arguments Value Examples

View source: R/nest_series.r

Description

Executes a set of sanity checks to prepare the analysis of monthly data

Usage

1
nest_series(data, key, value, date)

Arguments

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

Value

a nested series grouped by key

Examples

1
nest_series(data=rainfall, key=country, value=rainfall_mm, date=date)

opoyc/fcsttools documentation built on Feb. 19, 2020, 12:52 p.m.