good_friday | R Documentation |
Functions to calculate the dates of shifting holidays.
good_friday(year = lubridate::year(lubridate::now()))
easter_sunday(year = lubridate::year(lubridate::now()))
easter_monday(year = lubridate::year(lubridate::now()))
year |
Years to calculate dates for. |
POSIXct
vector.
# Calculate some holiday dates
good_friday()
easter_sunday()
easter_monday()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.