Description Usage Arguments Examples
Search by taxon to retrieve number of records in GBIF.
1 2 3 4 |
sciname |
scientitic name of taxon (character, see example) |
rank |
rank of taxon, see taxrank() (character) |
dataresourcekey |
Filter records to those provided by the supplied numeric key for a data resource. See resources(). (character) |
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 5 6 | ## Not run:
taxoncount('Puma concolor')
taxoncount('Helianthus annuus')
taxoncount(rank = 'family')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.