Learn R Programming

rtables (version 0.4.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)

Arguments

x

a data.frame object

Value

the same data frame as x stripped of variable labels

Examples

Run this code
# NOT RUN {
x <- var_labels_remove(iris)
# }

Run the code above in your browser using DataLab