month2word: Months in numbers to months in words

Description Usage Arguments Value Examples

View source: R/imarpe-auxiliar.R

Description

Function to convert months in number to abbreviations of months in words.

Usage

1

Arguments

x

A vector with months in numbers.

Value

A vector with the abbreviations of months in words. Where the number one is "Jan" (January) and increasing until the number twelve that is "Dec" (December).

Examples

1
2
3
# The 'months' vector have the numbers between one and twelve.
months = seq(from = 1, to = 12, by = 1)
month2word(x = months)

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.