var_labels_remove {formatters} | R Documentation |
Remove variable labels of a data.frame
Description
Remove label
attribute from all variables in a data frame.
Usage
var_labels_remove(x)
Arguments
x |
( |
Value
x
with its variable labels stripped.
Examples
x <- var_labels_remove(iris)
[Package formatters version 0.5.8 Index]