Learn R Programming

finalfit (version 1.0.2)

labels_to_column: Labels to column names

Description

Labels to column names

Usage

labels_to_column(.data)

Arguments

.data

Data frame or tibble.

Value

Data frame or tibble

Examples

Run this code
# NOT RUN {
library(dplyr)
colon_s %>% 
  select(sex.factor) %>% 
  labels_to_column()
# }

Run the code above in your browser using DataLab