easter_dates | R Documentation |
Allows to display the date of Easter Sunday for each year, in the defined period. Dates are displayed in "YYYY-MM-DD" format and as a number of days since January 1st 1970.
easter_dates(year0, year1, julian = FALSE)
year0 , year1 |
starting year and ending year |
julian |
Boolean indicating if Julian calendar must be used. |
a named numeric vector. Names are the dates in format "YYYY-MM-DD", values are number of days since January 1st 1970.
More information on calendar correction in JDemetra+ online documentation: https://jdemetra-new-documentation.netlify.app/a-calendar-correction
national_calendar
, easter_day
# Dates from 2018(included) to 2023 (included)
easter_dates(2018, 2023)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.