parse_date_ymd | R Documentation |
Helper function to convert dates stored as strings containing six
digits in a yymmdd
format using lubridate::ymd()
.
parse_date_ymd(x, cutoff_2000 = 30L)
x |
A character vector of dates to parse. |
cutoff_2000 |
integer. For |
cutoff_2000
defaults to 30 which is a convenient value
for my work.
A vector of class base::Date()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.