Learn R Programming

ENVISIONQuery (version 1.20.0)

getService: Get the service handler using it's name...

Description

Get the service handler using it's name

Usage

getService(serviceName="menu", graphicMenu=getOption("menu.graphics"))

Arguments

serviceName
The name of Envision service which handler should be retrieved. If equal to "menu" (default) menu is contructed allowing to choose one of the available services
graphicMenu
If TRUE (default is FALSE), use a GUI window for the pick menus.

Value

Examples

Run this code

service<-getService("ID Conversion");

## Not run: 
# 
# #get a handle to service selected interactively
# 
# service<-getService("menu");
# ## End(Not run)

Run the code above in your browser using DataLab