Description Usage Arguments Value Examples
View source: R/get_all_holidays.R
Return the dummies for each available holiday, official and non-officials, weekends and vacations.
1 | load_all_days(dates)
|
dates |
date vector of format YYYY-MM-DD. |
data.frame of class tibble
1 2 3 | dates <- lubridate::today()
df <- load_all_days(dates)
df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.