powered by
This function allows a user to removes all labels to a dataframe at once.
remove_labels(data)
data with variable labels applied
A data.frame or tibble
library(haven) data <- read_xpt(metatools_example("adsl.xpt")) remove_labels(data)
Run the code above in your browser using DataLab