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.
Value
A vector with the same core values as x, but with no attributes()
at all, not even names().
See also
Other labelled light:
ll_assert_labelled(),
ll_labelled(),
ll_to_character(),
ll_val_labels(),
ll_var_label()