taxize (version 0.1.5)

getfullrecordfromtsn: Get full record from TSN.

Description

Get full record from TSN.

Usage

getfullrecordfromtsn(tsn = NA, ...,
    curl = getCurlHandle(), verbose = TRUE)

Arguments

verbose
Verbosity or not (default TRUE)
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
getfullrecordfromtsn(tsn = 504239)
getfullrecordfromtsn(tsn = 202385)
getfullrecordfromtsn(tsn = 183833)
getfullrecordfromtsn(tsn = 183833, verbose=FALSE)

Run the code above in your browser using DataLab