Return a character vector of months in the year

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()
#>  [1] "Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec"
rvn_month_names(FALSE)
#>  [1] "January"   "February"  "March"     "April"     "May"       "June"     
#>  [7] "July"      "August"    "September" "October"   "November"  "December"