Description Usage Arguments Examples
View source: R/prep.R
Convert tsibble to forecast ready object
1
ts_prep(.data, key = NULL, index = index, target = NULL)
.data
A data.frame or data.table
1 2
your_df %>% ts_prep(key = c(level_1, level_2), index = index, target = revenue)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.