Learn R Programming

Reol (version 1.55)

GetIUCNStat: Gather IUCN Status for EOL Pages

Description

This function gathers IUCN threat statuses from EOL pages if they are reported.

Usage

GetIUCNStat(MyEOLs)

Arguments

MyEOLs
A vector of filenames or a list of XMLs for downloaded EOL pages

Value

Returns a data frame with taxon, eol ID, and IUCN status.

See Also

GetRichnessScores GetCommonNames GetReferences DataObjectOverview

Examples

Run this code
data(MyEOLs)
## Not run: GetIUCNStat(MyEOLs)
GetIUCNStat(MyEOLs[3])

Run the code above in your browser using DataLab