check_data_arg_exists | R Documentation |
Provide an error message when an argument is requested, but is not found in
any read_redcap()
redcap_data
output.
check_data_arg_exists(db_data, col, arg, call = caller_env())
db_data |
The REDCap database output generated by
|
col |
The column to check for in |
arg |
The argument used for the column check |
call |
The calling environment to use in the error message |
Currently used for the following arguments:
export_survey_fields
: *_timestamp
export_data_access_groups
: redcap_data_access_group
An error message saying the requested data does not exist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.