GetReferences: Gather EOL References

View source: R/GetReferences.R

GetReferencesR Documentation

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

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

## End(Not run)

ropensci/reol documentation built on May 18, 2022, 6:33 p.m.