Learn R Programming

finalfit (version 1.0.8)

remove_labels: Remove variable labels.

Description

Remove variable labels.

Usage

remove_labels(.data)

Value

The original data frame with variable label attributes removed.

Arguments

.data

Data frame

Examples

Run this code
colon_s %>%
  remove_labels()

Run the code above in your browser using DataLab