# NOT RUN {
data(iris)
iris <- var_labels(
iris,
Petal.Length = "Petal length (cm)",
Petal.Width = "Petal width (cm)"
)
colnames(iris)
plot(iris)
colnames(label_to_colnames(iris))
plot(label_to_colnames(iris))
# }
Run the code above in your browser using DataLab