unlabel | R Documentation |
Remove the label attribute from data
unlabel(dat)
dat |
data in the form of a |
data with the labels removed
a <- c(1, 2) attr(a, "label") <- "b" identical(unlabel(a), c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.