NA_precheck {dbGaPCheckup} | R Documentation |
This function runs a workflow of the minimum number of checks required for a user to run minmax_check; the checks include pkg_field_check
, dimension_check
, and name_check
.
NA_precheck(dict, data)
dict |
Data dictionary. |
data |
Data set. |
Tibble containing the following information for each check: (1) Time (time stamp); (2) Name (name of the function); (3) Status (Passed/Failed); (4) Message (A copy of the message the function printed out); (5) Information (More detailed information about the potential errors identified).
data(ExampleB)
NA_precheck(DD.dict.B, DS.data.B)