.generate_output_dates | R Documentation |
Generate output dates for forecast method. This is a private function of 'nixtlar'
.generate_output_dates(df_info, freq, h)
df_info |
A data frame that is created by the forecast method with the last dates of every unique id. |
freq |
The frequency of the data, as a period or offset alias. |
h |
The forecast horizon. |
A data frame with dates for the forecast.
## Not run:
dates_df <- .generate_output_dates(df_info, freq, h)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.