powered by
Returns a list of the pulications used for the TSN.
publications(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
a data.frame
# NOT RUN { publications(tsn = 70340) publications(tsn = 70340, wt = "xml") publications(tsn = 70340, verbose = TRUE) # }
Run the code above in your browser using DataLab