tp_dist | R Documentation |
Return all distribution records for for a taxon name with a given id.
tp_dist(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::HttpClient |
List of two data.frame's, one named "location", and one "reference".
http://services.tropicos.org/help?method=GetNameDistributionsXml
## Not run:
# Query using a taxon name Id
out <- tp_dist(id = 25509881)
## just location data
head(out[['location']])
## just reference data
head(out[['reference']])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.