Learn R Programming

ritis (version 0.5.4)

full_record: Get full record from TSN or lsid

Description

Get full record from TSN or lsid

Usage

full_record(tsn = NULL, lsid = NULL, wt = "json", raw = FALSE, ...)

Arguments

tsn
TSN for a taxonomic group (numeric). Required.
lsid
lsid for a taxonomic group (character)
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

Examples

Run this code
## Not run: 
# # from tsn
# full_record(tsn = 50423)
# full_record(tsn = 202385)
# full_record(tsn = 183833)
# 
# full_record(tsn = 183833, wt = "xml")
# full_record(tsn = 183833, raw = TRUE)
# 
# # from lsid
# full_record(lsid = "urn:lsid:itis.gov:itis_tsn:180543")
# full_record(lsid = "urn:lsid:itis.gov:itis_tsn:180543")
# ## End(Not run)

Run the code above in your browser using DataLab