deprecated-functions: Deprecated functions

galah_down_toR Documentation

Deprecated functions

Description

These include:

  • galah_down_to() in favour of galah_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)

galah documentation built on Nov. 20, 2023, 9:07 a.m.