find_victoriaday | R Documentation |
Determine the day of the year Victoria day (Monday before 25th of May) is observed as a holiday.
find_victoriaday(year)
year |
character or numeric for 4 digit year. |
Date object in YYYY-MM-DD format.
find_victoriaday(2021)
lapply(c(1990:2000), find_victoriaday)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.