date_rescue_lubridate_failures {cleanepi} | R Documentation |
Find the dates that lubridate couldn't
Description
Find the dates that lubridate couldn't
Usage
date_rescue_lubridate_failures(date_a_frame, original_dates, mxl = TRUE)
Arguments
date_a_frame |
A data frame where each column contains a different parsing of the same date vector |
original_dates |
The vector of original dates. |
mxl |
"modern excel" if TRUE, then it uses 1900 as the origin, otherwise 1904 is used as the origin. |
Value
The input data frame where the values that do not match the proposed formats have been converted into Date.
[Package cleanepi version 1.0.2 Index]