dtt_leap_year | R Documentation |
Tests whether each year is a leap year.
dtt_leap_year(x)
x |
A date/time vector. |
A logical vector indicating whether each year is a leap year.
Other leap year:
dtt_feb29_to_28()
dtt_leap_year(as.Date("1999-03-04", "2000-02-01"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.