pesi_records | R Documentation |
Get PESI records from scientific names, common names, or GUIDs
pesi_records( scientific = NULL, common = NULL, guid = NULL, like = NULL, opts = NULL, iface = NULL, ... )
scientific |
One of more scientific names |
common |
One of more scientific names |
guid |
One or more PESI GUIDs |
like |
Argument... |
opts |
Options passed on to |
iface |
PESI SOAP interface. By default uses the cached version in taxize. |
... |
Further args passed on to SSOAP |
## Not run: pesi_records(scientific='Ternatea vulgaris') pesi_records(common='arctic tern') pesi_records(common='great white shark') pesi_records(guid='67C3CC9C-624A-40C5-B63A-AB880E0300D1') pesi_records(guid=c('urn:lsid:marinespecies.org:taxname:105787', 'urn:lsid:marinespecies.org:taxname:105790')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.