Description Usage Arguments Details Value Examples
Transform all labelled variables into plain vector variables
1 |
df |
data.frame with labelled variables |
Transform all labelled variables into plain vector variables
df data.frame with numeric variables instead of labelled
1 2 | df_labelled <- data.frame(x = haven::labelled(c(1, 1, 2, NA), c(Male = 1, Female = 2)), y = 1:4)
df_new <- rlms_labelled2plain(df_labelled)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.