worms_name: Get name from a WORMS id

View source: R/worms_name.R

worms_nameR Documentation

Get name from a WORMS id

Description

Get name from a WORMS id

Usage

worms_name(ids = NULL, opts = NULL, iface = NULL, ...)

Arguments

ids

(numeric) One or more WoRMS AphidID's for a taxon.

opts

(character) a named list of elements that are passed to the curlPerform function which actually invokes the SOAP method. These options control aspects of the HTTP request, including debugging information that is displayed on the console, e.g. .opts = list(verbose = TRUE)

iface

Interface to WoRMS SOAP API methods. By default we use a previously created object. If you want to create a new one, use worms_gen_iface, assign the output to an object, then pass it into any worms_* function. in the iface parameter.

...

Further args passed on to SSOAP::.SOAP.

Examples

## Not run: 
worms_name(ids=1080)
worms_name(ids=c(1080,22388,160281,123080,22388))
worms_name(ids=c(1080,22388,160281,123080,22388,106135,159283))

## End(Not run)

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