dt_prophet_holidays {Robyn} | R Documentation |
Robyn Dataset: Holidays by Country
Description
Contains prophet
's "new" default holidays by country.
When using own holidays, please keep the header
c("ds", "holiday", "country", "year")
.
Usage
data(dt_prophet_holidays)
Format
An object of class "data.frame"
- ds
Date
- holiday
Name of celebrated holiday
- country
Code for the country (Alpha-2)
- year
Year of
ds
Value
data.frame
Dataframe. Contains prophet
's default holidays by country.
See Also
Other Dataset:
dt_simulated_weekly
Examples
data(dt_prophet_holidays)
head(dt_prophet_holidays)
[Package Robyn version 3.11.1 Index]