Convert labelled vectors into normal classes
This function converts labelled
class vectors
into a generic data format, which means that simply all labelled
class attributes will be removed, so all vectors / variables will most
likely become atomic
.
unlabel(x, verbose = FALSE)
x |
A data frame, which contains |
verbose |
Logical, if |
A data frame or single vector (depending on x
) with common object classes.
This function is currently only used to avoid possible compatibility issues
with labelled
class vectors. Some known issues with
labelled
class vectors have already been fixed, so
it might be that this function will become redundant in the future.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.