Description Usage Arguments Details Value
Start a new recoding
1 | new_recoding(df, target, source = NULL)
|
df |
the source data as a data.frame |
target |
the name of the new variable created through the recoding |
source |
the variable to recode from |
When conditions are conflicting, the last condition that applies is used recoding is a special case of a composition, where the source variable is defined from the start and does not change.
the input data frame with - an additional column named after the value of 'target' - background setup to manage step by step recoding of the source variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.