drop_labels {tidyREDCap}R 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)

[Package tidyREDCap version 1.1.1 Index]