taxize (version 0.1.5)

getcoremetadatafromtsn: Get core metadata from tsn

Description

Get core metadata from tsn

Usage

getcoremetadatafromtsn(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
getcoremetadatafromtsn(tsn = 28727)  # coverage and currrency data
getcoremetadatafromtsn(tsn = 183671)  # no coverage or currrency data

Run the code above in your browser using DataCamp Workspace