Description Usage Arguments Author(s) Examples
This function returns character value previously stored in
variable's label attribute. If none found, and fallback argument is set to
TRUE, the function returns object's name (retrieved by
deparse(substitute(x))), otherwise NA is returned with a warning notice.
1 |
x |
an R object to extract labels from. |
fallback |
a logical indicating if labels should fallback to object name(s). Default is set to |
simplify |
a logical indicating if coerce results to a vector,
otherwise, a list is returned. Default is set to |
Daniel Marcelino, dmarcelino@live.com
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.