occurrencedensity: returns summary counts of occurrence records by one-degree...

Description Usage Arguments Examples

Description

returns summary counts of occurrence records by one-degree cell for a single taxon, country, dataset, data publisher or data network

Usage

1
2
3
4
5
6
  occurrencedensity(taxonconceptkey = NA,
    dataproviderkey = NA, dataresourcekey = NA,
    resourcenetworkkey = NA, originisocountrycode = NA,
    format = NA,
    url = "http://data.gbif.org/ws/rest/density/list", ...,
    curl = getCurlHandle())

Arguments

taxonconceptkey

numeric key uniquely identifying the taxon

dataproviderkey

numeric key uniquely identifying the data provider

dataresourcekey

numeric key uniquely identifying the data resource

resourcenetworkkey

numeric key uniquely identifying the data network

originisocountrycode

numeric key uniquely identifying the country

format

specifies the format in which the records are to be returned, one of: brief, darwin or kml (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)

Examples

1
2
3
4
5
## Not run: 
occurrencedensity(originisocountrycode='CA')
occurrencedensity(taxonconceptkey=45)

## End(Not run)

sckott/rgbif_scott documentation built on May 29, 2019, 4:04 p.m.