gbif_get: Download distribution data directly from GBIF API

Description Usage Arguments Examples

View source: R/grab.R

Description

This function requests data from the GBIF database for a single taxon using the GBIF callback API.

Usage

1
gbif_get(taxon, maxrec = 2e+05)

Arguments

taxon

A string of the form 'genus species' or 'genus'.

maxrec

Maximum number of records to download. Under 300 really doesn't mean anything because a single page (300) of results is returned and all records are kept.

Examples

1
2
3
4
## Not run: 
abies <- gbif_get('Abies');

## End(Not run)

rsh249/cRacle documentation built on Feb. 2, 2022, 2:01 p.m.