Learn R Programming

tsaux (version 1.0.0)

future_dates: Generate Regular Interval Future Dates

Description

Generates regular interval future dates for use in forecast routine.

Usage

future_dates(start, frequency, n = 1)

Value

A Date vector

Arguments

start

a Date string for the start date.

frequency

frequency of the interval (daily, weekly, monthly or yearly).

n

number of future periods to generate dates for.

Author

Alexios Galanos