Learn R Programming

redcapAPI (version 2.0)

checkbox_suffixes: 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, version)

Arguments

fields

The current field names of interest

meta_data

The meta data data frame.

version

The REDCap version number.