Description Usage Arguments Examples
Convert numeric dates in mddyy to POSIXct
1 | date456posix(x, century)
|
x |
numeric where the first 1-2 digits specify the month attribute because leading zeros have been stripped |
century |
numeric century recommended choice of "19" or "20" |
1 2 | dates <- c("51514", "101214", "8714", "1214", "81412")
date456posix(dates, century = "20")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.