View source: R/recode_dic_items.R
recode_dic_items | R Documentation |
This function takes a data frame and recodes specified variables based on the dictionary.
recode_dic_items(df, var_recoding = "scores", prefix = "(recoded)")
df |
a data frame that contains variables to be recoded |
var_recoding |
the name of a variable within the dictionary information |
prefix |
Prefix is added to the item label of a recoded item |
A recoded data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.