Learn R Programming

volker (version 2.1.0)

labs_clear: Remove all comments from the selected columns

Description

[Experimental]

Usage

labs_clear(data, cols, labels = NULL)

Value

A tibble with comments removed.

Arguments

data

A tibble.

cols

Tidyselect columns.

labels

The attributes to remove. NULL to remove all attributes except levels and class.

Examples

Run this code
library(volker)
volker::chatgpt |>
  labs_clear()

Run the code above in your browser using DataLab