Learn R Programming

climatehealth (version 1.0.0)

.english_month_names: English month names

Description

Provides consistent English month names regardless of system locale

Usage

.english_month_names(month_numbers = NULL, short = FALSE)

Value

Character vector of month names

Arguments

month_numbers

Optional vector of month numbers (1-12) to return

short

Logical. Return abbreviated names? Default FALSE.