View source: R/fieldChoiceMapping.R
fieldChoiceMapping | R Documentation |
Uses the string from the select_choices_or_calculations
for the meta data to create a matrix of codes and their mapped
labels.
fieldChoiceMapping(object, field_name, ...)
## S3 method for class 'character'
fieldChoiceMapping(object, field_name, ...)
## S3 method for class 'redcapApiConnection'
fieldChoiceMapping(object, field_name, ...)
object |
|
field_name |
|
... |
Arguments to pass to other methods |
Returns a matrix with two columns, choice_value
and choice_label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.