labs_clear {volker} | R Documentation |
Remove all comments from the selected columns
Description
Usage
labs_clear(data, cols, labels = NULL)
Arguments
data |
A tibble. |
cols |
Tidyselect columns. |
labels |
The attributes to remove. NULL to remove all attributes except levels and class. |
Value
A tibble with comments removed.
Examples
library(volker)
volker::chatgpt |>
labs_clear()
[Package volker version 2.0.1 Index]