Description Usage Arguments Value Examples
Converts dates in inconsistent formats into a consistent format. As written it only uses base functions,
1 | Clean.Dates(x)
|
x |
A vector of dates |
A multicolumn vector of the same length as x with the following values:
"YYMMDD", "week", "YYYY", "DD", "MM", "MMDD", "DOY"
1 | Clean.Dates(c("2018-05-18","2017-12-12"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.