View source: R/motusListSpecies.R
motusListSpecies | R Documentation |
return a list of species IDs for the given codes or names
motusListSpecies(qstr = NULL, nrec = NULL, group = "BIRDS",
qlang = c("all", "EN", "FR", "SC", "CD"), ...)
qstr |
[optional] Query string to filter the list of species (e.g. Warbler or YRWA). Unless the language parameter is specified, this will search within the following fields and return all possible hits: English name, French name, Scientific name and Species code. |
nrec |
maximum number of records returned by the request (max: 20,000); default 100 |
group |
[optional] Taxonomic group used to search for species names( e.g. BIRDS). Refer to the listspeciesgroups entry points for values. When not provided, search among entire species taxonomy. Default: "BIRDS" |
qlang |
[optional] The language used to search for species. One of the following possible values: EN (English), FR (French), SC (Scientific), CD (Species code). |
... |
[optional] extra parameters for |
if any matches were found, they are returned as a dataframe with these columns:
id; integer ID of species
english character; english-language name of species
french character; french-language name of species
scientific character; scientific name of species
group character; e.g. "BIRDS"
sort integer sorting order
Otherwise, NULL is returned.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.