Description Usage Arguments Value Examples
View source: R/imarpe-auxiliar.R
Function to convert months in number to abbreviations of months in words.
1 | month2word(x)
|
x |
A vector with months in numbers. |
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).
1 2 3 | # The 'months' vector have the numbers between one and twelve.
months = seq(from = 1, to = 12, by = 1)
month2word(x = months)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.