get_dist_all: Download distribution data from repositories

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
get_dist_all(taxon, maxrec = 19999, repo = c("gbif"))

Arguments

taxon

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

maxrec

Maximum number of records to download.

repo

Which data repositor(ies) should be searched. Accepts 'gbif', 'inat', and/or 'bison'. Defaults to 'gbif'.

Examples

1
2
3
4
## Not run: 
abies <- get_dist_all('Abies', maxrec = 1000);

## End(Not run)

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