taxize (version 0.1.5)

tp_summary: Return summary data a taxon name with a given id.

Description

Return summary data a taxon name with a given id.

Usage

tp_summary(id, format = "json", output = "df",
    key = NULL, verbose = TRUE)

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.
verbose
Print messages (default) or not, logical

Value

  • List or dataframe.

Examples

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

Run the code above in your browser using DataLab