powered by
Returns a list of the synonyms (if any) for the TSN.
synonym_names(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 { synonym_names(tsn=183671) # tsn not accepted synonym_names(tsn=526852) # tsn accepted # }
Run the code above in your browser using DataLab