taxa (version 0.1.0)

data_used: Get values of data used in expressions

Description

Get values available for non-standard evaluation in a taxonomy() or taxmap() object used in expressions. Expressions are not evaluated and do not need to make sense.

obj$data_used(...)
data_used(obj, ...)

Arguments

obj

a taxonomy() or taxmap() object

...

One or more expressions

Value

list

See Also

Other accessors: all_names, get_data, names_used

Examples

Run this code
# NOT RUN {
taxa:::data_used(ex_taxmap, n_legs + dangerous == invalid_expression)

# }

Run the code above in your browser using DataLab