taxize (version 0.1.5)

getsynonymnamesfromtsn: Returns a list of the synonyms (if any) for the TSN.

Description

Returns a list of the synonyms (if any) for the TSN.

Usage

getsynonymnamesfromtsn(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
getsynonymnamesfromtsn(tsn = 183671) # tsn not accepted
getsynonymnamesfromtsn(tsn = 526852) # tsn accepted

Run the code above in your browser using DataLab