days_month: Obtain days in each month

Description Usage Arguments Value Examples

View source: R/utils-date.R

Description

Obtain days in each month

Usage

1
days_month(year)

Arguments

year

Numeric value with a year.

Value

Named vector with days in each month of year.

Examples

1
2
days_month(2021)
days_month(-11996.92)

special-uor/codos documentation built on Jan. 7, 2022, 2:32 a.m.