var_relabel | R Documentation |
data.frame
Relabel a subset of the variables.
var_relabel(x, ...)
x |
( |
... |
name-value pairs, where each name corresponds to a variable name in
|
A copy of x
with labels modified according to ...
x <- var_relabel(iris, Sepal.Length = "Sepal Length of iris flower")
var_labels(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.