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