taxize (version 0.1.5)

getrecordfromlsid: Gets the partial ITIS record for the TSN in the LSID, found by comparing the TSN in the search key to the TSN field. Returns an empty result set if there is no match or the TSN is invalid.

Description

Gets the partial ITIS record for the TSN in the LSID, found by comparing the TSN in the search key to the TSN field. Returns an empty result set if there is no match or the TSN is invalid.

Usage

getrecordfromlsid(lsid = NA, ..., curl = getCurlHandle())

Arguments

lsid
lsid 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
getrecordfromlsid(lsid = "urn:lsid:itis.gov:itis_tsn:180543")

Run the code above in your browser using DataLab