check_linelist_dates | R Documentation |
check_linelist_dates()
checks a linelist with collection and report dates
for errors and logical inconsistencies. It removes observations that fail
these tests.
check_linelist_dates( .data, .collection_date = "collection_date", .report_date = "report_date", today = Sys.Date(), quiet = FALSE )
.data |
A linelist with one case/test per row |
.collection_date |
A |
.report_date |
A |
today |
The |
quiet |
Should messages be shown for each checking and removal step? |
The checked and cleaned linelist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.