Learn R Programming

tsg (version 0.1.1)

remove_labels: Remove all labels

Description

Remove all labels

Usage

remove_labels(data, ...)

Value

A data frame or tibble with all labels removed. If no columns are specified, all labels will be removed.

Arguments

data

A data frame or tibble from which to remove all labels.

...

A character vector of column names from which to remove labels. If no columns are specified, all labels will be removed.

Examples

Run this code
person_record |>
  generate_frequency(
    seeing,
    hearing,
    walking,
    remembering,
    self_caring,
    communicating
  ) |>
  collapse_list() |>
  remove_labels()

Run the code above in your browser using DataLab