ys_get_label | R Documentation |
Forms a label for a column (ycol
method) or columns (yspec
method). Use
purrr::map or purrr::map_chr to simply extract the label field.
ys_get_label(x, ...)
x |
ycol or yspec object |
... |
passed to label methods |
ys_get_short, ys_get_short, ys_get_short_unit
spec <- ys_help$spec()
ys_get_label(spec)
ys_get_label(spec$WT)
## Not run:
purrr:::map(spec,"label")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.