| label<- | R Documentation |
R replacement form of set_label(). label(x) <- value stores
value (coerced to character) in x's internal label slot; setting
to NULL clears the label. Equivalent to x <- set_label(x, value).
label(x) <- value
x |
An Expression object. |
value |
A character string, or |
x, invisibly, with the label updated.
set_label(), format_labeled()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.