Description Usage Arguments Value Examples
View source: R/get_all_holidays.R
The following holiday weekends are included:
xmas_and_boxing_day
pentecost_days
easter_weekend
1 | holiday_weekends(dates)
|
dates |
date vector of format YYYY-MM-DD. |
data.frame of class tibble
1 2 3 | dates <- lubridate::today()
df <- holiday_weekends(dates)
df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.