Gets a record from an LSID
Gets a record from an LSID
record(lsid, wt = "json", raw = FALSE, ...)
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: |
... |
curl options passed on to crul::HttpClient |
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.
a data.frame
## Not run: record(lsid = "urn:lsid:itis.gov:itis_tsn:180543") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.