Description Usage Arguments Examples
Get full record from TSN or lsid
1 |
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: |
... |
curl options passed on to crul::HttpClient |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.