var_labels_remove: Remove variable labels of a 'data.frame'

View source: R/labels.R

var_labels_removeR Documentation

Remove variable labels of a data.frame

Description

Remove label attribute from all variables in a data frame.

Usage

var_labels_remove(x)

Arguments

x

(data.frame)
a data.frame object.

Value

x with its variable labels stripped.

Examples

x <- var_labels_remove(iris)


formatters documentation built on April 11, 2025, 5:48 p.m.