The Taxa in the taxonomy_graph are labelled by their common name.
This function returns the label for a vector of common and/or scientific
names. It is much more efficient than find_taxon() because it relies
on a matching table stored in the taxonomy_graph.
Arguments
- graph
a
taxonomy_graphobject, typically created withread_taxonomy().- char
a character vector of common and/or scientific names to be converted to labels. Matching is case-sensitive.
