Learn R Programming

nixtlar (version 0.6.1)

.generate_output_dates: Generate output dates for forecast method. This is a private function of 'nixtlar'

Description

Generate output dates for forecast method. This is a private function of 'nixtlar'

Usage

.generate_output_dates(df_info, freq, h)

Value

A data frame with dates for the forecast.

Arguments

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.

Examples

Run this code
if (FALSE) {
  dates_df <- .generate_output_dates(df_info, freq, h)
}

Run the code above in your browser using DataLab