date_check_outsiders {cleanepi} | R Documentation |
Convert and update date values
Description
Convert and update date values
Usage
date_check_outsiders(data, timeframe, new_dates, cols)
Arguments
data |
The input |
timeframe |
A |
new_dates |
A |
cols |
A |
Value
A <list>
of 2 data frames: the updated input data (if some
columns were converted to Date) and a data frame of date values that are
not within the specified timeframe.
[Package cleanepi version 1.1.1 Index]