labels_to_column | R Documentation |
Labels to column names
labels_to_column(.data)
.data |
Data frame or tibble. |
Data frame or tibble
library(dplyr) colon_s %>% select(sex.factor) %>% labels_to_column()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.