Description Usage Arguments Value Examples
View source: R/check_extract_date.R
Check whether the date recorded for the extract matches the file name.
1 | check_extract_date(filename, trial, date_provided)
|
filename |
The name of the extract file |
trial |
The name of the trial |
date_provided |
The recorded date of the extract |
Whether the name of the file and the extract date match
1 2 | check_extract_date( "NAXIVA20200304.csv", "NAXIVA", lubridate::ymd("2020-03-04") )
check_extract_date( "NAXIVA20200304.csv", "NAXIVA", lubridate::ymd("2022-03-04") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.