gbif_get: Download distribution data directly from GBIF API

Description Usage Arguments Examples

View source: R/get_gbif_direct.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.

Examples

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

## End(Not run)

rsh249/vegdistmod documentation built on May 28, 2019, 3:31 a.m.