powered by
Returns a list of the other sources used for the TSN.
other_sources(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 { # results other_sources(tsn=182662) # no results other_sources(tsn=2085272) # get xml other_sources(tsn=182662, wt = "xml") # }
Run the code above in your browser using DataLab