View source: R/parse_redcap_boolean_values.R
Parses 'yesno' field types as permissible values
1 2 3 4 5 6 7 | parse_redcap_boolean_values(
dataframe,
id_col,
variable_col,
field_type_col,
new_permissible_col_name = "PERMISSIBLE_VALUE_LITERAL"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.