Learn R Programming

galah (version 2.0.2)

galah_down_to: Deprecated functions

Description

These include:

  • galah_down_to() in favour of galah_filter()

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.

Examples

Run this code
if (FALSE) {
# Return a taxonomic tree of *Chordata* down to the class level
galah_call() |>
    galah_identify("Vertebrata") |>
    galah_down_to(class) |>
    atlas_taxonomy()
}

Run the code above in your browser using DataLab