View source: R/getTaxonKeyCounts.R
getTaxonKeyCounts | R Documentation |
Get occ counts by taxonKey and datasetkey.
getTaxonKeyCounts(datasetkey, Step = 1000, maxPages = 100, verbose = TRUE)
datasetkey |
gbif datasetkey uuid string. |
Step |
The step size. Something small like 100, 1000. |
maxPages |
The max number of pages to go through. |
verbose |
logical indicating printing or not. |
Returns data.frame of results.
## Not run: getTaxonKeyCounts(datasetkey = "181eab51-9399-4baa-a0df-8de01a3acf19",Step=1000,maxPages=100,verbose=TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.