lookup_species_metadata()
uses ebirdst to generate
a list identical to the species
component of a BirdFlow model.
It is an internal function used by preprocess_species()
and Routes()
.
See species_info()
for a description of the list items.
Usage
lookup_species_metadata(
species,
skip_checks = FALSE,
min_season_quality = 3,
quiet = FALSE
)
Arguments
- species
An eBird species code, common name, or scientific name. It will be processed by
ebirdst::get_species()
.- skip_checks
Set to
TRUE
to skip the checks for eBird model quality and for migrant status. Defaults toTRUE
- do the tests.- min_season_quality
If
skip_checks = FALSE
and the model quality for any of the four seasons drops below this threshold an error is thrown.- quiet
Set to
TRUE
to suppress messages.
Value
A list of species information derived from ebirdst.
See species_info()
for a description of the items.
See also
species()
andspecies_info()
for getting species information from a BirdFlow model.ebirdst::get_species()
to resolve a species name or code.ebirdst::ebirdst_runs for the source of the information.