powered by
Use remove_labels() to remove the label from an object or to recursively remove all the labels from a collection of objects (such as a list or a data.frame). This can be useful with functions reacting badly to labelled objects.
remove_labels()
remove_labels(x)
An object of the same type as x, with no labels
x
object to unlabel
Dan Chaltiel
get_label, set_label, import_labels, expss::unlab
mtcars2 %>% remove_labels %>% crosstable(mpg) #no label mtcars2$hp %>% remove_labels %>% get_label() #NULL
Run the code above in your browser using DataLab