Description Usage Arguments Value Examples
View source: R/get_all_holidays.R
The following holidays are included:
newyears_day
easter_sunday
easter_monday
kings_day
white_monday
white_sunday
xmas_day
boxing_day
1 | official_holidays(dates)
|
dates |
date vector of format YYYY-MM-DD. |
data.frame of class tibble
1 2 3 | date <- lubridate::today()
df <- official_holidays(date)
df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.