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

View source: R/tp_accnames.R

tp_accnamesR Documentation

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_accnames(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

List or dataframe.

Examples

## Not run: 
tp_accnames(id = 25503923)
tp_accnames(id = 25538750)

# No accepted names found
tp_accnames(id = 25509881)

## End(Not run)

taxize documentation built on April 22, 2022, 9:07 a.m.