GetIUCNStat: Gather IUCN Status for EOL Pages

View source: R/GetIUCNStat.R

GetIUCNStatR Documentation

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

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

## End(Not run)

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