getBIENpoints {occCite} | R Documentation |
Download occurrence points from BIEN
Description
Downloads occurrence points and useful related information for processing within other occCite functions
Usage
getBIENpoints(taxon)
Arguments
taxon |
A single plant species or vector of plant species |
Details
'getBIENpoints' only returns all BIEN records, including non- native and cultivated occurrences.
Value
A list containing
a data frame of occurrence data;
a list containing: i notes on usage, ii bibtex citations, and iii acknowledgment information;
a data frame containing the raw results of a query to 'BIEN::BIEN_occurrence_species()'.
Examples
## Not run:
getBIENpoints(taxon = "Protea cynaroides")
## End(Not run)
[Package occCite version 0.5.7 Index]