powered by
Remove all labels
remove_labels(data, ...)
A data frame or tibble with all labels removed. If no columns are specified, all labels will be removed.
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.
person_record |> generate_frequency( seeing, hearing, walking, remembering, self_caring, communicating ) |> collapse_list() |> remove_labels()
Run the code above in your browser using DataLab