gna_search {taxize} | R Documentation |
Search for taxonomic names using the Global Names Architecture
Description
Uses the Global Names Index, see http://gni.globalnames.org
Usage
gna_search(sci, justtotal = FALSE, parse_names = FALSE, ...)
Arguments
sci |
(character) required. Name pattern you want to search for. WARNING: Does not work for common names. Search term may include following options:
|
justtotal |
Return only the total results found. |
parse_names |
If |
... |
Curl options passed on to crul::verb-GET |
Value
data.frame of results.
Author(s)
Scott Chamberlain, Zachary Foster
References
http://gni.globalnames.org/ https://apidoc.globalnames.org/gnames
See Also
gnr_datasources()
, gna_search()
Examples
## Not run:
gna_search('n:B. bubo ds:1,2 au:Linn. y:1700-')
## End(Not run)