tp_synonyms: Return all synonyms for a taxon name with a given id.

View source: R/tp_synonyms.R

tp_synonymsR Documentation

Return all synonyms for a taxon name with a given id.

Description

Return all synonyms for a taxon name with a given id.

Usage

tp_synonyms(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::HttpClient

Value

List or dataframe.

Examples

## Not run: 
tp_synonyms(id = 25509881)

## End(Not run)

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