You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the functions that have the subset option return values per-taxon.
The same code that filter_taxa uses to parse NSE should work here too.
Let you do stuff like:
All the functions that have the subset option return values per-taxon.
The same code that
filter_taxa
uses to parse NSE should work here too.Let you do stuff like:
supertaxa(ex_taxmap, taxon_ranks == "species")
instead of
supertaxa(ex_taxmap, ex_taxmap$taxon_ranks() == "species")
The text was updated successfully, but these errors were encountered: