sh_year_is_leap | R Documentation |
Check if an instant is in a leap year according to the Jalali calendar.
sh_year_is_leap(x)
x |
A |
TRUE
if in a leap year or FALSE
otherwise.
sh_year_is_leap(jdatetime("1399-01-01 00:00:00"))
x <- seq(jdate("1400-01-01"), by = "years", length.out = 10)
names(x) <- sh_year(x)
sh_year_is_leap(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.