taxize (version 0.1.5)

searchbycommonname: Search for tsn by common name

Description

Search for tsn by common name

Usage

searchbycommonname(srchkey = NA, ...,
    curl = getCurlHandle())

Arguments

srchkey
text or taxonomic serial number (TSN) (character or numeric)
...
optional additional curl options (debugging tools mostly)
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Examples

Run this code
searchbycommonname("american bullfrog")
searchbycommonname("ferret-badger")
searchbycommonname(srchkey="polar bear")

Run the code above in your browser using DataLab