Description Usage Arguments Value Author(s) Examples
View source: R/ENVISIONQuery.R
Get the tool handler of a given service using the tool name
1 |
service |
Service handler |
toolName |
The name of Envision service tool handler to be retrieved. If equal to "menu" (default) and the number of tools is greater than 1 menu is contructed allowing to choose one of the available services. |
selection.title |
The selection list title. Default is 'Select Tool'. |
graphicMenu |
If TRUE (default is FALSE), use a GUI window for the pick menus. |
the Envision service tool handler.
Alex Lisovich, Roger Day
1 2 3 4 5 6 | #get the tool handler for 'mapProteinsAdv' tool in 'Picr' service
try({ service<-getService("Picr");
getToolNames(service);
tool<-getTool(service,"mapProteinsAdv");
})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.