prepare_fct_recode | R Documentation |
Prepare fct_recode
prepare_fct_recode(
df_in,
df_out,
var,
mode = c("text", "numbers", "numbers_vector"),
numbers,
text
)
df_in |
The name of the unformatted database |
df_out |
The name of the database to be formatted. |
var |
The name of the variable. |
mode |
"text", "numbers" or "numbers_vector" |
numbers |
If mode = "numbers", a character vector of length 1 with numbers. |
text |
The character vector of length 1 with text. |
Code to be copied in console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.