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

Description Usage Arguments Value Author(s) Examples

View source: R/ENVISIONQuery.R

Description

Get the service handler using it's name

Usage

1
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

the Envision service handler.

Author(s)

Alex Lisovich, Roger Day

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#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)

ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.