tp_refs {taxize} | R Documentation |
Return all reference records for for a taxon name with a given id.
Description
Return all reference records for for a taxon name with a given id.
Usage
tp_refs(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_refs(id = 25509881)
## End(Not run)
[Package taxize version 0.9.100 Index]