tsibble_to_long: Transforms a tsibble to long format tibble.

Description Usage Value

View source: R/app.R

Description

Transforms a tsibble to long format tibble.

Usage

1

Value

Should output a tsibble of the format index, key, variable, value. If there is only one key, then it outputs index, variable, value. If there is only one variable then it outputs index, key, variable. If there is only one key and one variable, then it outputs index, variable.


EBlonkowski/TSwatch documentation built on June 2, 2020, 1:51 p.m.