Learn R Programming

calcal (version 1.0.0)

tibetan_date: Tibetan calendar dates

Description

There are several Tibetan calendars. These functions implement the official Phuglugs version of the Kalachakra calendar, which is similar to the Hindu lunisolar calendars.

Usage

tibetan_date(
  year = integer(),
  month = integer(),
  leap_month = logical(),
  day = integer(),
  leap_day = logical()
)

as_tibetan(date)

Value

A tibetan_date object

Arguments

year

A numeric vector of years

month

A numeric vector of months

leap_month

A logical vector of leap months

day

A numeric vector of days

leap_day

A logical vector of leap days

date

A vector of dates on some calendar

See Also

tibetan_new_year

Examples

Run this code
gregorian_date(2025,6,1:10) |> as_tibetan()

Run the code above in your browser using DataLab