isLeapYear {DDM}R Documentation

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

Author(s)

Carl Boe


[Package DDM version 1.0-0 Index]