taxize (version 0.1.5)

getcoveragefromtsn: Get coverge from tsn

Description

Get coverge from tsn

Usage

getcoveragefromtsn(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
getcoveragefromtsn(tsn = 28727)  # coverage data
getcoveragefromtsn(tsn = 526852)  # no coverage data

Run the code above in your browser using DataLab