chinese_new_year {calcal} | R Documentation |
Chinese holidays
Description
Dates are returned as Gregorian dates
Usage
chinese_new_year(year)
dragon_festival(year)
qing_ming(year)
Arguments
year |
The year on the Gregorian calendar |
Value
A vector of dates on the Gregorian calendar
See Also
Examples
tibble::tibble(
year = 2025:2030,
cny = chinese_new_year(year),
qm = qing_ming(year),
dbf = dragon_festival(year)
)
[Package calcal version 1.0.0 Index]