Skip to contents

Removing labels attributes from a variables in a data frame

Usage

var_labels_remove(x)

Arguments

x

a data.frame object

Value

the same data frame as x stripped of variable labels

Examples

x <- var_labels_remove(iris)