| yom_kippur | R Documentation |
Functions to return Gregorian dates for various Jewish holidays
yom_kippur(year)
passover(year)
purim(year)
ta_anit_esther(year)
tishah_be_av(year)
hanukkah(year)
rosh_hashanah(year)
sukkot(year)
shavuot(year)
year |
A numeric vector of Gregorian years |
A vector of dates on the Gregorian calendar
hebrew_date
tibble::tibble(
year = 2025:2030,
ta_anit_esther = ta_anit_esther(year),
purim = purim(year),
passover = passover(year),
shavuot = shavuot(year),
tishah_be_av = tishah_be_av(year),
rosh_hashanah = rosh_hashanah(year),
yom_kippur = yom_kippur(year),
sukkot = sukkot(year),
hanukkah = hanukkah(year)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.