Description Usage Arguments Details Value Examples
Get unlabelled values of a labelled vector
1  | unlabelled_values(x, na.rm = FALSE)
 | 
x | 
 a vector  | 
na.rm | 
 a logical value indicating whether NA values should be stripped  | 
Get unlabelled values of a labelled vector
vector of values without labels
1 2  | x <- haven::labelled(c(1, 1, 2, 3, 4), c(Male = 1, Male = 2, Female = 3))
unlabelled_values(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.