rvn_month_names {RavenR}R Documentation

Months in the Year vector

Description

Return a character vector of months in the year

Usage

rvn_month_names(short = TRUE)

Arguments

short

boolean to return shortened form of months

Value

character array of month names

See Also

rvn_num_days for calculating the number of days in a month

Examples

rvn_month_names()
rvn_month_names(FALSE)


[Package RavenR version 2.2.2 Index]