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

View source: R/tp_summary.R

tp_summaryR Documentation

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

Arguments

id

the taxon identifier code

key

Your Tropicos API key; See taxize-authentication for help on authentication

...

Curl options passed on to crul::verb-GET

Value

A data.frame.

Examples

## Not run: 
tp_summary(id = 25509881)
tp_summary(id = 2700851)
tp_summary(id = 24900183)

## End(Not run)

ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.