getTaxonKeyCounts: Get occ counts by taxonKey and datasetkey.

View source: R/getTaxonKeyCounts.R

getTaxonKeyCountsR Documentation

Get occ counts by taxonKey and datasetkey.

Description

Get occ counts by taxonKey and datasetkey.

Usage

getTaxonKeyCounts(datasetkey, Step = 1000, maxPages = 100,
  verbose = TRUE)

Arguments

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.

Value

Returns data.frame of results.

Examples


## Not run: 

getTaxonKeyCounts(datasetkey = "181eab51-9399-4baa-a0df-8de01a3acf19",Step=1000,maxPages=100,verbose=TRUE)


## End(Not run)


jhnwllr/gbifapi documentation built on April 30, 2022, 12:55 p.m.