English.months: Print names of months in English from given month number...

View source: R/English-months-function.R

English.monthsR Documentation

Print names of months in English from given month number (1-12).

Description

Convert numbers 1 to 12 into "January", "February" etc. Note that the input can also be strings like "01", "02" etc. This version handles vectorized input, and NA's and NULL. See also: dayno.calc conv.ref.date dayno.clock.reversed dayno.clock get.date.range

Usage

English.months(1)

Arguments

i

vector with numbers between 1 and 12.

Value

string vector

Author(s)

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Nov. 30, 2024, 11:06 p.m.