Learn R Programming

RavenR (version 2.2.0)

rvn_month_names: Months in the Year vector

Description

Return a character vector of months in the year

Usage

rvn_month_names(short = TRUE)

Value

character array of month names

Arguments

short

boolean to return shortened form of months

See Also

rvn_num_days for calculating the number of days in a month

Examples

Run this code
rvn_month_names()
rvn_month_names(FALSE)

Run the code above in your browser using DataLab