get_bison: Download distribution data from BISON...

Description Usage Arguments Examples

View source: R/grab.R

Description

This function requests data from the BISON database for a single species. Note that BISON requires exact name matching to binomial. Searching on a genus, for example, will match only records that are enterred with that name only, NOT all records in that genus identified by a binomial. Also note that BISON has no name correction so mispelling and errors are likely.

Usage

1
get_bison(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 <- get_bison('Abies fraseri', 10000);

## End(Not run)

rsh249/CRACLE documentation built on Feb. 2, 2022, 11:31 p.m.