bahai_new_year {calcal}R Documentation

Bahá'í holidays

Description

Dates are returned as Gregorian dates

Usage

bahai_new_year(year)

naw_ruz(year)

feast_of_ridvan(year)

birth_of_the_bab(year)

Arguments

year

The year on the Gregorian calendar

Value

A vector of dates on the Gregorian calendar

See Also

bahai_date

Examples

tibble::tibble(
  year = 2025:2030,
  new_year = bahai_new_year(year),
  naw_ruz =naw_ruz(year),
  ridvan = feast_of_ridvan(year),
  birth_bab = birth_of_the_bab(year)
)

[Package calcal version 1.0.0 Index]