official_holidays: Load the dummy variables from all Dutch official Holidays in...

Description Usage Arguments Value Examples

View source: R/get_all_holidays.R

Description

The following holidays are included:
newyears_day
easter_sunday
easter_monday
kings_day
white_monday
white_sunday
xmas_day
boxing_day

Usage

1

Arguments

dates

date vector of format YYYY-MM-DD.

Value

data.frame of class tibble

Examples

1
2
3
date <- lubridate::today()
df <- official_holidays(date)
df

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