Learn R Programming

formatters (version 0.5.11)

var_labels_remove: Remove variable labels of a data.frame

Description

Remove label attribute from all variables in a data frame.

Usage

var_labels_remove(x)

Value

x with its variable labels stripped.

Arguments

x

(data.frame)
a data.frame object.

Examples

Run this code
x <- var_labels_remove(iris)

Run the code above in your browser using DataLab