getService {ENVISIONQuery} | R Documentation |
Get the service handler using it's name
getService(serviceName="menu", graphicMenu=getOption("menu.graphics"))
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. |
the Envision service handler.
Alex Lisovich, Roger Day
#get an ID Conversion service handle service<-getService("ID Conversion"); ## Not run: #get a handle to service selected interactively service<-getService("menu"); ## End(Not run)