taxize (version 0.1.5)

tp_acceptednames: Return all accepted names for a taxon name with a given id.

Description

Return all accepted names for a taxon name with a given id.

Usage

tp_acceptednames(id, format = "json", output = "df",
    key = NULL)

Arguments

id
the taxon identifier code
format
return in json or xml format (defaults to json)
output
raw = json or xml; or df = data.frame
key
Your Tropicos API key; loads from .Rprofile.

Value

  • List or dataframe.

Examples

Run this code
tp_acceptednames(id = 25503923)
tp_acceptednames(id = 25503923, output = 'raw')

Run the code above in your browser using DataLab