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