short_field_check {dbGaPCheckup} | R Documentation |
Truncated Field Check
Description
This function checks for dbGaP required fields variable name (VARNAME
), and variable description (VARDESC
) as a pre-check embedded in name_check
.
Usage
short_field_check(DD.dict, verbose = TRUE)
Arguments
DD.dict |
Data dictionary. |
verbose |
When TRUE, the function prints the Message out, as well as a list of the fields not found in the data dictionary. |
Value
Tibble, returned invisibly, containing: (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 (Named vector of TRUE/FALSE values alerting user if checks passed (TRUE) or failed (FALSE) for VARNAME
, VARDESC
, UNITS
, and VALUE
).
Examples
data(ExampleA)
short_field_check(DD.dict.A)
[Package dbGaPCheckup version 1.1.0 Index]