rank_name {ritis} | R Documentation |
Returns the kingdom and rank information for the TSN.
rank_name(tsn, wt = "json", raw = FALSE, ...)
tsn |
TSN for a taxonomic group (numeric). 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 |
a data.frame, with rank name and other info
## Not run:
rank_name(tsn = 202385)
## End(Not run)