isLeapYear | R Documentation |
Are these leap years?
isLeapYear(years)
years |
integer vector. |
A logical vector with same size as years.
isLeapYear(c(1900,2000,2010,2011,2012))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.