Learn R Programming

taxize (version 0.4.0)

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, curlopts = list(), verbose = TRUE)

Arguments

lsid
lsid for a taxonomic group (numeric)
curlopts
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
(logical) Print messages or not. Default to TRUE.

Examples

Run this code
getrecordfromlsid(lsid = "urn:lsid:itis.gov:itis_tsn:180543")

Run the code above in your browser using DataLab