Learn R Programming

Reol (version 1.55)

GetCommonNames: Gather Common Name Information

Description

This function gathers each species common names and the language with which they are associated.

Usage

GetCommonNames(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 common names and their language; counts will return a dataframe with each taxon and language counts for common names.

Value

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

See Also

GetRichnessScores GetIUCNStat GetReferences DataObjectOverview

Examples

Run this code
data(MyEOLs)

GetCommonNames(MyEOLs[1], "d")

## Not run: GetCommonNames(MyEOLs, output="detail")
## Not run: GetCommonNames(MyEOLs, "c")

Run the code above in your browser using DataLab