isLeapYear: determine whether a year is a leap year.

Description Usage Arguments Value Author(s)

Description

In order to remove lubridate dependency, we self-detect leap years and adjust February accordingly.

Usage

1
isLeapYear(Year)

Arguments

Year

integer of year to query

Value

logical is the Year a leap year or not

Author(s)

Carl Boe


DDM documentation built on May 2, 2019, 6:16 a.m.

Related to isLeapYear in DDM...