checkbox_suffixes {redcapAPI} | R Documentation |
Checkbox Suffixes
Description
Checkbox variables return one vector of data for each option defined
in the variable. The variables are returned with the suffix ___[option]
.
exportRecords
needs these suffixes in order to retrieve all of the
variables and to apply the correct labels.
Usage
checkbox_suffixes(fields, meta_data)
Arguments
fields |
The current field names of interest |
meta_data |
The metadata data frame. |
[Package redcapAPI version 2.9.1 Index]