Rdocumentation
powered by
Learn R Programming
DDM (version 1.0-0)
isLeapYear: determine whether a year is a leap year.
Description
In order to remove
lubridate
dependency, we self-detect leap years and adjust February accordingly.
Usage
isLeapYear(Year)
Arguments
Year
integer of year to query
Value
logical is the Year a leap year or not