View source: R/redcapFactorFlip.R
redcapFactorFlip | R Documentation |
Factors exported from REDCap can be toggled between the coded and labeled values with the use of the attributes assigned to the factors during export.
redcapFactorFlip(v)
v |
A factor exported from REDCap. The REDCap type may be radio, dropdown, check, yesno, etc. |
Each factor type variable in REDCap is given the attributes
redcapLabels
and redcapLevels
. With these attached to the
vector, switching between the coded and labeled values can be done with
ease. This may be helpful when the coded value has importance,
such as 0/1 for death, or if a yes is worth six points (instead of one).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.