get.days: Function to get number of days in a year (copied from...

View source: R/dfmip.R

get.daysR Documentation

Function to get number of days in a year (copied from wnv_hlpr.R)

Description

Does not work for years 1900 and before or after 2100 (i.e. it does not handle the Century cases)

Usage

get.days(year)

Arguments

year

The year to examine

Value

The number of days in the year (365 for non-leap years, 366 for a leap year)


akeyel/dfmip documentation built on Sept. 3, 2022, 1:26 a.m.