Learn R Programming

Reol (version 1.55)

GetRichnessScores: Gather EOL Richness Score Information

Description

EOL hosts richness scores for each species ranging from 0-100. These are calculated on how much information data is available for that species, based on the amount of text on a page, how many multimedia files are present, how many different topics are covered, how many sources contribute, and whether the information has been reviewed.

Usage

GetRichnessScores(MyEOLs)

Arguments

MyEOLs
A vector of filenames for downloaded EOL pages OR a list of XML data stored as an R object

Value

Returns a data frame with taxon, eol ID and numerical richness score.

See Also

GetCommonNames GetIUCNStat GetReferences DataObjectOverview

Examples

Run this code
data(MyEOLs)
GetRichnessScores(MyEOLs[1:2])

Run the code above in your browser using DataLab