View source: R/utils-transform.R
to_factor | R Documentation |
Function that converts every variable except those specified to factor.
to_factor(data, dic, exclude = NULL)
data |
Dataset containing the REDCap data. |
dic |
Dataset containing the REDCap dictionary. |
exclude |
Character vector containing the names of those variables that will not be converted to factors. If 'NULL', all variables will be converted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.