leap_year | R Documentation |
Calculate whether a given year is a leap year.
leap_year(year)
year |
A given year, vectorization parameter passing is supported. |
TRUE or FALSE. Return TRUE if it is a leap year, FALSE otherwise.
leap_year(2024)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.