Validates that data in REDCap fields matches the expected data types defined in the data dictionary.
Examples
if (FALSE) { # \dontrun{
project <- redcap_project()
validation <- validate_data_types(project)
print(validation)
} # }
Validates that data in REDCap fields matches the expected data types defined in the data dictionary.
if (FALSE) { # \dontrun{
project <- redcap_project()
validation <- validate_data_types(project)
print(validation)
} # }