worms_name | R Documentation |
Get name from a WORMS id
worms_name(ids = NULL, opts = NULL, iface = NULL, ...)
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 |
... |
Further args passed on to |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.