pesi_name_common: Get PESI common (vernacular) names from GUIDs

View source: R/pesi_name_common.R

pesi_name_commonR Documentation

Get PESI common (vernacular) names from GUIDs

Description

Get PESI common (vernacular) names from GUIDs

Usage

pesi_name_common(guid = NULL, opts = NULL, iface = NULL, ...)

Arguments

guid

One or more PESI GUIDs

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_name_common(guid='urn:lsid:marinespecies.org:taxname:105838')
pesi_name_common(guid='67C3CC9C-624A-40C5-B63A-AB880E0300D1')
pesi_name_common(guid=c('urn:lsid:marinespecies.org:taxname:105787','
                 urn:lsid:marinespecies.org:taxname:105790'))

## End(Not run)

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