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