Learn R Programming

formatters (version 0.5.0)

var_labels_remove: Remove Variable Labels of a data.frame

Description

Removing labels attributes from a variables in a data frame

Usage

var_labels_remove(x)

Value

the same data frame as x stripped of variable labels

Arguments

x

a data.frame object

Examples

Run this code
x <- var_labels_remove(iris)

Run the code above in your browser using DataLab