tibetan_date {calcal} | R Documentation |
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)
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 |
Value
A tibetan_date
object
See Also
Examples
gregorian_date(2025,6,1:10) |> as_tibetan()
[Package calcal version 1.0.0 Index]