Learn R Programming

ENVISIONQuery (version 1.20.0)

getServiceOptions: Get default service options.

Description

Get default service options.

Usage

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

Arguments

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

Value

name and default value correspondingly.

Examples

Run this code
options<-getServiceOptions("Reactome");
print(options);

## Not run: 
# #get options for a service selected interactively
# getServiceOptions("menu");
# ## End(Not run)

Run the code above in your browser using DataLab