make_holidays_df {prophet} | R Documentation |
Make dataframe of holidays for given years and countries
make_holidays_df(years, country.name)
years |
List of years for which to include holiday dates. |
country.name |
Country name (character). |
Dataframe with 'ds' and 'holiday', which can directly feed to 'holidays' params in Prophet