powered by
label() gets the attached label to an object.
label()
label(x)
The label attribute (string) associated with object passed in x or NULL if the label attribute does not exist.
x
NULL
An R object.
with_label()
label(1) label(with_label(1, "my label"))
Run the code above in your browser using DataLab