monthName | R Documentation |
Return the name of calendar months
monthName(months = 1:12, nchar = NULL)
months |
integer vector, months (between 1 and 12). |
nchar |
positive integer, month names are trimmed to nchar characters. |
A character vector with same size as months containing the corresponding names.
monthName() monthName(nchar=1) monthName(nchar=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.