Description Usage Arguments Examples
Search for a taxon using scientific name. Optionally, include taxonomic rank in the search.
1 2 3  | 
sciname | 
 scientitic name of taxon (character, see example)  | 
rank | 
 rank of taxon, see taxrank() (character)  | 
maxresults | 
 return at most the specified number of records. The default (and maximum supported) is 1000 records.  | 
url | 
 the base GBIF API url for the function (should be left to default)  | 
... | 
 optional additional curl options (debugging tools mostly)  | 
curl | 
 If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)  | 
1 2 3 4  | ## Not run: 
taxonsearch(sciname = 'Puma concolor')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.