monthdays: Number of days in a month

Description Usage Arguments Value Examples

View source: R/td.R

Description

Number of days in a month

Usage

1
monthdays(monthno, yearno = 1999L)

Arguments

monthno

numeric []; month number

yearno

numeric []; year

Value

numeric []

Examples

1
2
3
monthdays(1:12, 2000)

monthdays(13, 2000) # NA

CJBarry/td documentation built on May 6, 2019, 9:25 a.m.