monthName: Month name

View source: R/Dates.R

monthNameR Documentation

Month name

Description

Return the name of calendar months

Usage

monthName(months = 1:12, nchar = NULL)

Arguments

months

integer vector, months (between 1 and 12).

nchar

positive integer, month names are trimmed to nchar characters.

Value

A character vector with same size as months containing the corresponding names.

Examples

monthName()
monthName(nchar=1)
monthName(nchar=3)

benRenard/BFunk documentation built on July 20, 2022, 7:07 a.m.