Learn R Programming

Reol (version 1.55)

MatchTaxatoEOLID: Matches Taxa to and eolID

Description

This function will take a sting of taxa and search EOL database for the EOL ID. These IDs can then be used with the DownloadEOLpages function.

Usage

MatchTaxatoEOLID(ListOfTaxa, exact=TRUE, ...)

Arguments

ListOfTaxa
List of EOL taxa to search and download EOL pages
exact
Should taxon name match exactly in EOL or fuzzy match
...
further arguments to be passed to MatchTaxatoEOLID

Value

Returns a table with the submitted taxon name, returned taxon name, and eol ID number.

See Also

DownloadEOLpages DownloadSearchedTaxa

Examples

Run this code
	bears<-c("Ursus americanus", "Ursus thibetanus", "Ursus maritimus")
	MatchTaxatoEOLID(bears, exact=TRUE)

Run the code above in your browser using DataLab