Learn R Programming

tidyREDCap (version 1.1.3)

drop_labels: 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)

Value

df without column labels

Arguments

df

The data frame with column labels that you want to drop

Examples

Run this code
if (FALSE) {
demographics |>
  drop_labels() |>
  skimr::skim()
}

Run the code above in your browser using DataLab