Learn R Programming

taxize (version 0.6.0)

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, ...)

Arguments

tsn
TSN for a taxonomic group (numeric)
...
optional additional curl options (debugging tools mostly)

Examples

Run this code
getsynonymnamesfromtsn(183671, config=timeout(3)) # tsn not accepted
getsynonymnamesfromtsn(526852, config=timeout(5)) # tsn accepted

Run the code above in your browser using DataLab