Description Usage Arguments Details Value Examples
Get value labels of a vector
1 | get_labels(x)
|
x |
a vector |
Get value labels of a vector
character vector value labels
1 2 | x <- haven::labelled(c(1, 1, 2, 3, 4), c(Male = 1, Male = 2, Female = 3))
get_labels(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.