update_data_col_names | R Documentation |
Using db_data
and db_metadata
, temporarily create a conversion
column that reverts automatic REDCap behavior where database column names
have "-"s converted to "_"s.
update_data_col_names(db_data, db_metadata)
db_data |
The REDCap database output defined by
|
db_metadata |
The REDCap metadata output defined by
|
This is an issue with checkbox fields since analysts should be able to verify checkbox variable suffices with their label counterparts.
Updated db_data
column names for checkboxes where "-"s were
replaced by "_"s.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.