strip_attributes | R Documentation |
Remove attributes from a vector
strip_attributes(x)
x |
vector |
x with attributes removed
x <- haven::labelled(1:3, label = "variable_label") strip_attributes(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.