View source: R/recode_values.R
recode_values | R Documentation |
Given a list of data created by bohemiase::retrieve_data_from_aws and a "schema" table created by bohemiase::get_form_schema, recode values to their human-readable equivalents
recode_values( data_list, schema_table, language = "english", variables_too = FALSE, messaging = TRUE, exclude_variables = c() )
data_list |
A list of data, like sefull$data |
schema_table |
A dataframe of the form schema |
language |
The language to be used. By default, "english" |
variables_too |
Whether to recode variable names too. By default, FALSE |
messaging |
Whether to show messages |
exclude_variables |
A vector of variables to exclude from recoding (ie, those which are "select_multiple". Default: none) |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.