pesi_search: Search for PESI scientific names and associated metadata.

View source: R/pesi_search.R

pesi_searchR Documentation

Search for PESI scientific names and associated metadata.

Description

Search for PESI scientific names and associated metadata.

Usage

pesi_search(scientific = NULL, opts = NULL, iface = NULL, ...)

Arguments

scientific

One or more scientific names

opts

Options passed on to SSOAP::.SOAP for curl debugging.

iface

PESI SOAP interface. By default uses the cached version in taxize.

...

Further args passed on to SSOAP

Examples

## Not run: 
pesi_search(scientific='Ternatea vulgaris')
pesi_search(scientific=c('Ternatea vulgaris','Carcharhinus altimus','Carcharhinus galapagensis'))

## End(Not run)

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