drop_labels {tidyREDCap} | R Documentation |
There is an issue with the function we are using to add column labels. If you run into problems processing the labels.
drop_labels(df)
df |
The data frame with column labels that you want to drop |
df without column labels
## Not run:
demographics |>
drop_labels() |>
skimr::skim()
## End(Not run)