Learn R Programming

ENVISIONQuery (version 1.20.0)

getServiceClient: Get the Web Service client finction handler for a given tool...

Description

Get the Web Service client finction handler for a given tool

Usage

getServiceClient(tool)

Arguments

tool
The tool handler

Value

Examples

Run this code

service<-getService("Reactome");
getToolNames(service);
tool<-getTool(service,"FindPathAdv");
client<-getServiceClient(tool);
print(client);

Run the code above in your browser using DataLab