isLeapYear | R Documentation |
Check whether a Gregorian calendar year is a leap year
isLeapYear(y)
y |
An integer value. A Gregorian calendar year. |
isFALSE(isLeapYear(1900))
isTRUE(isLeapYear(1980))
isTRUE(isLeapYear(2000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.