drop_labels function

Drop all the labels from a variable

Drop all the labels from a variable

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)

Arguments

  • df: The data frame with column labels that you want to drop

Returns

df without column labels

Examples

## Not run: demographics |> drop_labels() |> skimr::skim() ## End(Not run)
  • Maintainer: Raymond Balise
  • License: MIT + file LICENSE
  • Last published: 2024-09-16