make_tsibble | R Documentation |
Make a tsibble suitable for forecsating
make_tsibble(data, frequency = "Daily", remove_weekends = FALSE)
data |
Dataframe with two columns 'Date', and 'Total_Qty' |
frequency |
String. One of 'Daily' or 'Weekly' |
remove_weekends |
Boolean. Set to TRUE to remove weekends |
tsibble with two columns 'Date' and 'quantity'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.