Description Usage Arguments Examples
Converts year and month to 'year-two digit month number-month abbreviation or name
1 | month_label(year, month, abb = FALSE, upper_case = FALSE)
|
year |
integer vector |
month |
integer vector contain values from 1 to 12 |
abb |
if TRUE month abbreviation is used instead of full name (default FALSE) |
upper_case |
if TRUE month abbreviation or name is upper case |
1 2 3 | month_label(2021, 6)
month_label(2021, 6, abb = TRUE)
month_label(2021, 6, upper_case = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.