unnest_tsibble {tsibble} | R Documentation |
Unnest a data frame consisting of tsibbles to a tsibble
Description
Usage
unnest_tsibble(data, cols, key = NULL, validate = TRUE)
Arguments
data |
A data frame contains homogenous tsibbles in the list-columns. |
cols |
Names of columns to unnest. |
key |
Variable(s) that uniquely determine time indices. |
validate |
|
[Package tsibble version 1.1.4 Index]