powered by
Returns the parent TSN for the entered TSN.
parent_tsn(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 { parent_tsn(tsn = 202385) parent_tsn(tsn = 202385, raw = TRUE) parent_tsn(tsn = 202385, wt = "xml") # }
Run the code above in your browser using DataLab