View source: R/read_func_ascii.R
arrange_date | R Documentation |
Convert a date string into a date format
arrange_date(date_string)
date_string |
A string vector with multiple formats (8, 6 or 4 digits) |
A converted Date
arrange_date("2020")
arrange_date("202006")
arrange_date("20200601")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.