var_relabel {formatters} | R Documentation |
Copy and change variable labels of a data.frame
Description
Relabel a subset of the variables.
Usage
var_relabel(x, ...)
Arguments
x |
( |
... |
name-value pairs, where each name corresponds to a variable name in
|
Value
A copy of x
with labels modified according to ...
Examples
x <- var_relabel(iris, Sepal.Length = "Sepal Length of iris flower")
var_labels(x)
[Package formatters version 0.5.8 Index]