View source: R/labelled_light.R
| threadbare | R Documentation |
A bare object is an R object that has no class attributes (see
rlang::is_bare_character()). A threadbare object is an atomic object (i.e.
not a list(), see is.atomic()), with no attributes at all. The function
returns an error if a list is passed.
threadbare(x)
x |
A vector, possibly classed, but not a list object, to strip of all attributes. |
A vector with the same core values as x, but with no attributes()
at all, not even names().
Other labelled light:
ll_assert_labelled(),
ll_labelled(),
ll_to_character(),
ll_val_labels(),
ll_var_label()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.