Learn R Programming

taxize (version 0.6.0)

searchforanymatch: Search for any match

Description

Search for any match

Usage

searchforanymatch(x, ...)

Arguments

x
text or taxonomic serial number (TSN) (character or numeric)
...
optional additional curl options (debugging tools mostly)

Examples

Run this code
searchforanymatch(202385, config=timeout(3))
searchforanymatch("dolphin", config=timeout(3))

Run the code above in your browser using DataLab