taxize (version 0.1.5)

getpublicationsfromtsn: Returns a list of the pulications used for the TSN.

Description

Returns a list of the pulications used for the TSN.

Usage

getpublicationsfromtsn(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
getpublicationsfromtsn(tsn = 70340)

Run the code above in your browser using DataCamp Workspace