| tp_summary {taxize} | R Documentation |
Return summary data a taxon name with a given id.
tp_summary(id, key = NULL, ...)
id |
the taxon identifier code |
key |
Your Tropicos API key; See |
... |
Curl options passed on to |
A data.frame.
## Not run: tp_summary(id = 25509881) tp_summary(id = 2700851) tp_summary(id = 24900183) ## End(Not run)