Learn R Programming

ritis (version 0.5.4)

record: Gets a record from an LSID

Description

Gets a record from an LSID

Usage

record(lsid, wt = "json", raw = FALSE, ...)

Arguments

lsid
lsid for a taxonomic group (character). Required.
wt
(character) One of "json" or "xml". Required.
raw
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
...
Curl options passed on to GET

Value

a data.frame

Details

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.

Examples

Run this code
## Not run: 
# record(lsid = "urn:lsid:itis.gov:itis_tsn:180543")
# ## End(Not run)

Run the code above in your browser using DataLab