This function checks for dbGaP required fields variable name (VARNAME
), and variable description (VARDESC
) as a pre-check embedded in name_check
.
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)
#> $Message
#> [1] "Passed: required fields VARNAME and VARDESC present in the data dictionary."
#>