pesi_guid: Get PESI GUID from scientific names

View source: R/pesi_guid.R

pesi_guidR Documentation

Get PESI GUID from scientific names

Description

Get PESI GUID from scientific names

Usage

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

Arguments

scientific

One of 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_guid(scientific='Ternatea vulgaris')
pesi_guid(scientific='Holcus lanatus')
pesi_guid(scientific=c('Ternatea vulgaris','Carcharhinus altimus','Carcharhinus galapagensis'))

## End(Not run)

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