Learn R Programming

taxize (version 0.0.6)

getitistermsfromscientificname: Get itis terms from scientific names

Description

Get itis terms from scientific names

Usage

getitistermsfromscientificname(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
getitistermsfromscientificname(srchkey = "ursidae")

Run the code above in your browser using DataLab