MatchTaxatoEOLID: Matches Taxa to and eolID

Description Usage Arguments Value See Also Examples

View source: R/DownloadSearchedTaxa.R

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

1
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

1
2
	bears<-c("Ursus americanus", "Ursus thibetanus", "Ursus maritimus")
	MatchTaxatoEOLID(bears, exact=TRUE)

Reol documentation built on May 30, 2017, 12:30 a.m.