GetCommonNames: Gather Common Name Information

View source: R/GetCommonNames.R

GetCommonNamesR Documentation

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

## Not run: 
data(MyEOLs)
GetCommonNames(MyEOLs[1], "d")

GetCommonNames(MyEOLs, output="detail")
GetCommonNames(MyEOLs, "c")

## End(Not run)

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