Learn R Programming

prophet (version 1.1.7)

construct_holiday_dataframe: Construct a dataframe of holiday dates.

Description

Construct a dataframe of holiday dates.

Usage

construct_holiday_dataframe(m, dates)

Value

A dataframe of holiday dates, in holiday dataframe format used in initialization.

Arguments

m

Prophet object.

dates

Vector with dates used for computing seasonality.