Learn R Programming

taxize (version 0.7.9)

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, ...)

Arguments

id
the taxon identifier code
key
Your Tropicos API key; loads from .Rprofile.
...
Curl options passed on to GET

Value

List or dataframe.

Examples

Run this code
## Not run: 
# tp_synonyms(id = 25509881)
# ## End(Not run)

Run the code above in your browser using DataLab