powered by
This function allows a user to apply several labels to a dataframe at once.
add_labels(data, ...)
data with variable labels applied
A data.frame or tibble
Named parameters in the form of variable = 'label'
add_labels( mtcars, mpg = "Miles Per Gallon", cyl = "Cylinders" )
Run the code above in your browser using DataLab