data_used | R Documentation |
Get values available for [non-standard evaluation](http://adv-r.had.co.nz/Computing-on-the-language.html) in a [taxonomy()] or [taxmap()] object used in expressions. Expressions are not evaluated and do not need to make sense.
obj$data_used(...)
obj |
a [taxonomy()] or [taxmap()] object |
... |
One or more expressions |
'list'
Other NSE helpers:
all_names()
,
get_data()
,
names_used
# Get values for variables names used in expressions
ex_taxmap$data_used(n_legs + dangerous == invalid_expression)
ex_taxmap$data_used(length(unique(taxon_names)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.