powered by
Returns the usage information for the TSN.
usage(tsn, wt = "json", raw = FALSE, ...)
TSN for a taxonomic group (numeric). Required.
(character) One of "json" or "xml". Required.
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
FALSE
curl options passed on to crul::HttpClient
# NOT RUN { usage(tsn = 526852) usage(tsn = 526852, raw = TRUE) usage(tsn = 526852, wt = "xml") # }
Run the code above in your browser using DataLab