Learn R Programming

taxize (version 0.4.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 = NA, curlopts = list(),
  curl = getCurlHandle(), verbose = TRUE)

Arguments

tsn
TSN for a taxonomic group (numeric)
curlopts
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)
verbose
(logical) Print messages or not. Default to TRUE.

Examples

Run this code
getsynonymnamesfromtsn(tsn = 183671) # tsn not accepted
getsynonymnamesfromtsn(tsn = 526852) # tsn accepted

Run the code above in your browser using DataLab