Description Usage Arguments Value Examples
View source: R/imarpe-auxiliar.R
Function to convert abbreviations of months in words to months in number.
1 | word2month(x)
|
x |
A vector with the abbreviation of months in words. |
A vector with the months in numbers. Where January is number one and increasing until December that is the number twelve.
1 2 3 | # The 'months' vector have the twelve abbreviation months
months = month.abb
word2month(x = months)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.