GetCommonNames: Gather Common Name Information

Description Usage Arguments Value See Also Examples

View source: R/GetCommonNames.R

Description

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

Usage

1
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

1
2
3
4
5
6
data(MyEOLs)

GetCommonNames(MyEOLs[1], "d")

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

Reol documentation built on May 30, 2017, 12:30 a.m.