drop_labels: Drop all the labels from a variable

View source: R/drop_labels.R

drop_labelsR Documentation

Drop all the labels from a variable

Description

There is an issue with the function we are using to add column labels. If you run into problems processing the labels.

Usage

drop_labels(df)

Arguments

df

The data frame with column labels that you want to drop

Value

df without column labels

Examples

## Not run: 
demographics |>
  drop_labels() |>
  skimr::skim()

## End(Not run)

tidyREDCap documentation built on May 31, 2023, 7:03 p.m.