remove_labels {finalfit}R Documentation

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

colon_s %>%
  remove_labels()

[Package finalfit version 1.0.6 Index]