View source: R/parse_command_line.R
parse_date | R Documentation |
Parses a date in YYYY-MM-DD, YYYYMMDD, YYYY-MM or YYYY format
parse_date(d)
d |
the date to parse (string) |
A vector: c(y, m, d)
parse_date("2019-12-31")
parse_date("2019-12")
parse_date("2019")
# parse_date("2019-13-31") # bad date!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.