taxize (version 0.1.5)

getscientificnamefromtsn: Returns the scientific name for the TSN. Also returns the component parts (names and indicators) of the scientific name.

Description

Returns the scientific name for the TSN. Also returns the component parts (names and indicators) of the scientific name.

Usage

getscientificnamefromtsn(tsn = NA, ...,
    curl = getCurlHandle())

Arguments

tsn
TSN for a taxonomic group (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
getscientificnamefromtsn(tsn = 531894)

Run the code above in your browser using DataLab