rvn_month_names: Months in the Year vector

View source: R/rvn_utilities.R

rvn_month_namesR 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)


rchlumsk/RavenR documentation built on April 19, 2024, 5:15 a.m.