Learn R Programming

vein (version 1.3.0)

dmonth: Number of days of the month

Description

ef_ldv_speed return the number of days of the month

Usage

dmonth(year, month)

Value

days of the month

Arguments

year

Numeric

month

Numeric

See Also

Other helpers: colplot(), to_latex()

Examples

Run this code
if (FALSE) {
dmonth(2022, 1)
dmonth(Sys.Date())
}

Run the code above in your browser using DataLab