Learn R Programming

finalfit (version 1.0.2)

remove_labels: Remove variable labels.

Description

Remove variable labels.

Usage

remove_labels(.data)

Arguments

.data

Data frame

Value

The original data frame with variable label attributes removed.

Examples

Run this code
# NOT RUN {
colon_s %>%
  remove_labels()
# }

Run the code above in your browser using DataLab