Learn R Programming

ENVISIONQuery (version 1.20.0)

getTool: Get the tool handler of a given service using the tool name...

Description

Get the tool handler of a given service using the tool name

Usage

getTool(service,toolName="menu",selection.title="Select Tool", graphicMenu=getOption("menu.graphics"))

Arguments

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.

Value

Examples

Run this code

try({ service<-getService("Picr");
  getToolNames(service);
  tool<-getTool(service,"mapProteinsAdv");
})

Run the code above in your browser using DataLab