pesi_gen_iface: Generate PESI function interface.

View source: R/pesi_utils.R

pesi_gen_ifaceR Documentation

Generate PESI function interface.

Description

Generate PESI function interface.

Usage

pesi_gen_iface(wsdl_url = "http://www.eu-nomen.eu/portal/soap.php?wsdl=1", ...)

Arguments

wsdl_url

URL for the PESI SOAP WSDL file

...

Further args passed on to genSOAPClientInterface

Value

Returns invisibly a S4 object holding all functions to interact with WORMS.

Examples

## 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)

ropensci/taxizesoap documentation built on May 18, 2022, 7:33 p.m.