inat: Download distribution data from iNaturalist

Description Usage Arguments Examples

View source: R/grab.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/cRacle documentation built on Feb. 2, 2022, 2:01 p.m.