Skip to contents

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)