dt_prophet_holidays: Robyn Dataset: Holidays by Country

dt_prophet_holidaysR 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)

Robyn documentation built on June 27, 2024, 9:06 a.m.