These include:
galah_down_to()in favour ofgalah_filter()
See also
galah_select(), galah_filter() and
galah_geolocate() for related methods.
Examples
if (FALSE) {
# Return a taxonomic tree of *Chordata* down to the class level
galah_call() |>
galah_identify("Vertebrata") |>
galah_down_to(class) |>
atlas_taxonomy()
}
