| chinese_new_year | R Documentation |
Dates are returned as Gregorian dates
chinese_new_year(year)
dragon_festival(year)
qing_ming(year)
year |
The year on the Gregorian calendar |
A vector of dates on the Gregorian calendar
chinese_date
tibble::tibble(
year = 2025:2030,
cny = chinese_new_year(year),
qm = qing_ming(year),
dbf = dragon_festival(year)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.