galah_down_to: Specify the lowest taxonomic rank required in a downwards search
Description
atlas_taxonomy generates a downwards search of the taxonomic tree. Use
galah_down_to() to specify the taxonomic level to search to.
galah_down_to() uses non-standard evaluation (NSE).
Usage
galah_down_to(...)
Value
A string with the named rank
Arguments
...
the name of a single taxonomic rank
See Also
galah_select(), galah_filter() and
galah_geolocate() for related methods.
if (FALSE) {
# Return a taxonomic tree of *Chordata* down to the class levelgalah_call() |>
galah_identify("Vertebrata") |>
galah_down_to(class) |>
atlas_taxonomy()
}