50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


taxize (version 0.5.2)

tp_accnames: 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, callopts = list())

Arguments

id
the taxon identifier code
key
Your Tropicos API key; loads from .Rprofile.
callopts
Further args passed on to httr::GET

Value

  • List or dataframe.

Examples

Run this code
tp_accnames(id = 25503923)
tp_accnames(id = 25538750)

# No accepted names found
tp_accnames(id = 25509881)

Run the code above in your browser using DataLab