searchAbapSpecies: Search species in ABAP data base

View source: R/searchAbapSpecies.R

searchAbapSpeciesR Documentation

Search species in ABAP data base

Description

Search species in ABAP data base

Usage

searchAbapSpecies(species)

Arguments

species

A character string with any part of the common or taxonomic name, or, the SAFRING code. Note that full names will not work; choose a single word.

Value

A tibble with taxonomic information and codes of all species matching the search. At the moment, if a species code is passed, the new API is used. For convenience functionality for entering a common name is maintained through the old API, but this might be discontinued.

Examples

searchAbapSpecies("Duck")
searchAbapSpecies(169)
searchAbapSpecies("Fulvous")

AfricaBirdData/ABAP documentation built on Aug. 4, 2024, 4:41 p.m.