Learn R Programming

taxize (version 0.5.2)

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, key = NULL, callopts = list())

Arguments

id
the taxon identifier code
key
Your Tropicos API key; loads from .Rprofile.
callopts
Curl options.

Value

  • A data.frame.

Examples

Run this code
tp_summary(id = 25509881)
tp_summary(id = 2700851)
tp_summary(id = 24900183)

Run the code above in your browser using DataLab