holiday_weekends: Load the data from all holiday weekends.

Description Usage Arguments Value Examples

View source: R/get_all_holidays.R

Description

The following holiday weekends are included:
xmas_and_boxing_day
pentecost_days
easter_weekend

Usage

1

Arguments

dates

date vector of format YYYY-MM-DD.

Value

data.frame of class tibble

Examples

1
2
3
dates <- lubridate::today()
df <- holiday_weekends(dates)
df

Glender/DutchDayDummies documentation built on Feb. 24, 2022, 7:15 a.m.