Learn R Programming

Robyn (version 3.11.1)

dt_prophet_holidays: 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)

Arguments

Value

data.frame

Dataframe. Contains prophet's default holidays by country.

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

See Also

Other Dataset: dt_simulated_weekly

Examples

Run this code
data(dt_prophet_holidays)
head(dt_prophet_holidays)

Run the code above in your browser using DataLab