make_holidays_df: Make dataframe of holidays for given years and countries

Description Usage Arguments Value

View source: R/make_holidays.R

Description

Make dataframe of holidays for given years and countries

Usage

1
make_holidays_df(years, country.name)

Arguments

years

List of years for which to include holiday dates.

country.name

Country name (character).

Value

Dataframe with 'ds' and 'holiday', which can directly feed to 'holidays' params in Prophet


prophet documentation built on March 30, 2021, 5:05 p.m.