taxize (version 0.1.5)

getfullrecordfromlsid: Returns the full 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

Returns the full 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

getfullrecordfromlsid(lsid = NA, ...,
    curl = getCurlHandle(), verbose = TRUE)

Arguments

lsid
lsid for a taxonomic group (character)
...
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
Verbosity or not (default TRUE)

Examples

Run this code
getfullrecordfromlsid(lsid = "urn:lsid:itis.gov:itis_tsn:180543")
getfullrecordfromlsid(lsid = "urn:lsid:itis.gov:itis_tsn:180543", verbose=FALSE)

Run the code above in your browser using DataCamp Workspace