powered by
Remove data labels
remove_label(data, ...)
A data frame or tibble with the specified labels removed. If no columns are specified, all labels will be removed.
A data frame or tibble from which to remove 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_label()
Run the code above in your browser using DataLab