galah_down_to {galah} | R Documentation |
Deprecated functions
Description
These include:
-
galah_down_to()
in favour ofgalah_filter()
Usage
galah_down_to(...)
Arguments
... |
the name of a single taxonomic rank |
Value
A string with the named rank
See Also
galah_select()
, galah_filter()
and
galah_geolocate()
for related methods.
Examples
## Not run:
# Return a taxonomic tree of *Chordata* down to the class level
galah_call() |>
galah_identify("Vertebrata") |>
galah_down_to(class) |>
atlas_taxonomy()
## End(Not run)
[Package galah version 2.0.2 Index]