labs_clear: Remove all comments from the selected columns

View source: R/labels.R

labs_clearR Documentation

Remove all comments from the selected columns

Description

[Experimental]

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()

volker documentation built on April 12, 2025, 9:16 a.m.