View source: R/generate_helpers.R
| remove_labels | R Documentation |
Remove all labels
remove_labels(data, ...)
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. |
A data frame or tibble with all labels removed. If no columns are specified, all labels will be removed.
person_record |>
generate_frequency(
seeing,
hearing,
walking,
remembering,
self_caring,
communicating
) |>
collapse_list() |>
remove_labels()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.