relabelled <- set_var_labels(
iris_dataset,
c(Sepal.Length="The sepal length measured in centimeters.",
Sepal.Width="The sepal width measured in centimeters.",
Species="The species of the iris observed.")
)
var_labels(relabelled)
Run the code above in your browser using DataLab