find_easter | R Documentation |
Determine the day of the year Easter occurs. Coded using the Gauss algorithm.
find_easter(year)
year |
character or numeric for 4 digit year. |
Date object in YYYY-MM-DD format.
https://en.wikipedia.org/wiki/Date_of_Easter#Algorithms
find_easter(2021)
lapply(c(1990:2000), find_easter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.