taxize (version 0.1.5)

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, format = "json", key = NULL,
    verbose = TRUE)

Arguments

id
the taxon identifier code
format
return in json or xml format (defaults to json)
key
Your Tropicos API key; loads from .Rprofile.
verbose
Verbose or not

Value

  • List or dataframe.

Examples

Run this code
tp_synonyms(id = 25509881)
tp_synonyms(id = 25509881, output = 'raw')

Run the code above in your browser using DataLab