Learn R Programming

Reol (version 1.55)

GetReferences: Gather EOL References

Description

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

Usage

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

Run this code
data(MyEOLs)
## Not run: GetReferences(MyEOLs, output="detail")
GetReferences(MyEOLs[1], "c")

Run the code above in your browser using DataLab