Learn R Programming

taxize (version 0.6.0)

getacceptednamesfromtsn: Get accepted names from tsn

Description

Get accepted names from tsn

Usage

getacceptednamesfromtsn(tsn, ...)

Arguments

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

Examples

Run this code
# TSN accepted - good name
library('httr')
getacceptednamesfromtsn('208527', config=timeout(1))

# TSN not accepted - input TSN is old name
getacceptednamesfromtsn('504239', config=timeout(1))

# TSN not accepted - input TSN is old name
getacceptednamesfromtsn('504239', config=timeout(3))

Run the code above in your browser using DataLab