labs_clear {volker} | R Documentation |
labs_clear(data, cols, labels = NULL)
data |
A tibble. |
cols |
Tidyselect columns. |
labels |
The attributes to remove. NULL to remove all attributes except levels and class. |
A tibble with comments removed.
library(volker)
volker::chatgpt |>
labs_clear()