format_date_as_month_year | R Documentation |
Short-hand function for formatting per month year standard.
format_date_as_month_year(d)
d |
A date to format |
A character vector representing the month year format of d
.
## Not run:
format_date_as_month_year(as.Date("2024-01-01"))
[1] "Jan 2024"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.