date_check_timeframe {cleanepi} | R Documentation |
Check date time frame
Description
Check date time frame
Usage
date_check_timeframe(first_date, last_date)
Arguments
first_date |
A Date object specifying the first valid date.
The arbitrary default value is fifty years before the |
last_date |
A Date object specifying the last valid date. The defaults value is the current date. |
Value
A list with the first and last dates
[Package cleanepi version 1.0.2 Index]