View source: R/taxonomy_helpers.R
fws_taxonomy | R Documentation |
Queries U.S. Fish & Wildlife Service taxonomy records by scientific name,
returning all records that match the input sci_name
parameter
(including partial matches; see Details). Returns basic taxonomic
information, if available, including ITIS Taxonomic Serial Number
(tsn
), the taxon_code
assigned by the US Fish & Wildlife Service),
common_name
(s), a generic taxon group, whether the taxon is
valid according to ITIS and, if not, the accepted taxon_code
if a match is found.
fws_taxonomy(sci_name)
sci_name |
scientific name character scalar (case-insensitive) for
which to retrieve basic taxonomic information. Unlike
|
It is somewhat unclear how the USFWS records are filtered. The best guess
is that it parses the unique words in the query string (sci_name
)
and returns all records that match that set of unique words. The order
of query words is not strictly enforced. See examples.
a data.frame
of basic taxonomic information or NULL
if there are no matching records
## Not run:
fws_taxonomy("GULo gulo")
fws_taxonomy("Lampropeltis holbrooki")
fws_taxonomy("holBRooki lampropeltis")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.