Return all accepted names for a taxon name with a given id.
Return all accepted names for a taxon name with a given id.
tp_accnames(id, key = NULL, ...)
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 |
List or dataframe.
## Not run: tp_accnames(id = 25503923) tp_accnames(id = 25538750) # No accepted names found tp_accnames(id = 25509881) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.