pesi_gen_iface | R Documentation |
Generate PESI function interface.
pesi_gen_iface(wsdl_url = "http://www.eu-nomen.eu/portal/soap.php?wsdl=1", ...)
wsdl_url |
URL for the PESI SOAP WSDL file |
... |
Further args passed on to |
Returns invisibly a S4 object holding all functions to interact with WORMS.
## Not run: # You can generate your own interface to PESI functions out <- pesi_gen_iface() out # Then access them directly out@functions$getPESIRecords(scientificname='Salmo', like=FALSE) # Or pass to the taxize functions in the iface parameter head(pesi_records(scientific = "Salmo", iface = out)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.