get_dist_all: Download distribution data from BIEN, GBIF, Inaturalist,

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
2
get_dist_all(taxon, maxrec = 19999, local = FALSE, db = 0, h = 0,
  u = 0, pass = 0)

Arguments

taxon

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

maxrec

Maximum number of records to download.

local

TRUE or FALSE. To use the GBIF API use FALSE

db

SQL database. ONLY FOR LOCAL GBIF INSALLATION

h

SQL host

u

SQL user

pass

SQL password

Examples

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

## End(Not run)

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