powered by
Label attribute.
label(x)label(x) <- valuehas.label(x)
label(x) <- value
has.label(x)
An object.
A character specifying the label.
character
label<-: Set label attribute.
label<-
has.label: Check for label attribute.
has.label
# NOT RUN { x <- 1:10 label(x) <- "Foo" has.label(x) label(x) # }
Run the code above in your browser using DataLab