Learn R Programming

taxize (version 0.9.100.1)

tp_synonyms: Return all synonyms for a taxon name with a given id.

Description

Return all synonyms for a taxon name with a given id.

Usage

tp_synonyms(id, key = NULL, ...)

Value

List or dataframe.

Arguments

id

the taxon identifier code

key

Your Tropicos API key; See taxize-authentication for help on authentication

...

Curl options passed on to crul::HttpClient

Examples

Run this code
if (FALSE) {
tp_synonyms(id = 25509881)
}

Run the code above in your browser using DataLab