remove_labels {metatools} | R Documentation |
This function allows a user to removes all labels to a dataframe at once.
remove_labels(data)
data |
A data.frame or tibble |
data with variable labels applied
library(haven)
data <- read_xpt(metatools_example("adsl.xpt"))
remove_labels(data)