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