parse_date | R Documentation |
Try to parse input as a date
parse_date(x)
x |
a integer or character vector, see examples |
parse_date(2006)
parse_date("2006")
parse_date("2006-06")
parse_date("2006-06-01")
parse_date(as.Date("2006-06-01"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.