inat: Download distribution data from iNaturalist

Description Usage Arguments Examples

View source: R/rInat.R

Description

This function requests data from the iNaturalist database for a single species that wraps the data access function(s) from the rinat library.

Usage

1
inat(taxon, maxrec = 10000)

Arguments

taxon

A string of the form 'genus species'.

maxrec

Limit on number of records to download.

Examples

1
2
3
4
## Not run: 
abies <- inat('Abies fraseri', 10000);

## End(Not run)

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