taxize (version 0.1.5)

getcurrencyfromtsn: Get currency from tsn

Description

Get currency from tsn

Usage

getcurrencyfromtsn(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
getcurrencyfromtsn(tsn = 28727) # currency data
getcurrencyfromtsn(tsn = 526852) # no currency dat

Run the code above in your browser using DataLab