Learn R Programming

calcal (version 1.0.0)

bahai_new_year: 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)

Value

A vector of dates on the Gregorian calendar

Arguments

year

The year on the Gregorian calendar

See Also

bahai_date

Examples

Run this code
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)
)

Run the code above in your browser using DataLab