powered by
Labels to column names
labels_to_column(.data)
Data frame or tibble.
Data frame or tibble
# NOT RUN { library(dplyr) colon_s %>% select(sex.factor) %>% labels_to_column() # }
Run the code above in your browser using DataLab