View source: R/recode_helper_map.R
recode_helper_map | R Documentation |
Helper function to update the map dataframe based on user console inputs for the recoding steps
recode_helper_map(df, column, old_val, new_val)
df |
The dataframe |
column |
A character value of the column name to recode. |
old_val |
The old value to recode. |
new_val |
The new value to recode. |
Returns a re-coded dataframe for this single variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.