taxize (version 0.1.5)

gettaxonomicusagefromtsn: Returns the usage information for the TSN.

Description

Returns the usage information for the TSN.

Usage

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

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)
verbose
Verbosity or not (default TRUE)

Examples

Run this code
gettaxonomicusagefromtsn(tsn = 526852)

Run the code above in your browser using DataLab