pesi_synonyms: Get PESI synonyms from GUIDs

View source: R/pesi_synonyms.R

pesi_synonymsR Documentation

Get PESI synonyms from GUIDs

Description

Get PESI synonyms from GUIDs

Usage

pesi_synonyms(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_synonyms(guid='A0433E13-D7B5-49F2-86BA-A1777364C559')
pesi_synonyms(guid=c('A0433E13-D7B5-49F2-86BA-A1777364C559',
                   '66374558-8F9A-4833-AEC8-490DAAC76024'))

## End(Not run)

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