GetReferences: Gather EOL References

Description Usage Arguments Value See Also Examples

View source: R/GetReferences.R

Description

This function gathers the references on the EOL pages (not the references on the provider pages).

Usage

1
GetReferences(MyEOLs, output = c("detail", "counts"))

Arguments

MyEOLs

A vector of filenames or a list of XMLs for downloaded EOL pages

output

Detail will return a data frame with eolID and reference; counts will return a dataframe with eol taxon name, eol ID, and number of references.

Value

Returns a data frame with taxon, eol ID, common name, and language.

See Also

GetRichnessScores GetCommonNames GetIUCNStat DataObjectOverview

Examples

1
2
3
data(MyEOLs)
## Not run: GetReferences(MyEOLs, output="detail")
GetReferences(MyEOLs[1], "c")

Reol documentation built on May 2, 2019, 5:54 p.m.