Description Usage Arguments Value Author(s) Examples
View source: R/ENVISIONQuery.R
Get the Web Service client finction handler for a given tool
1 | getServiceClient(tool)
|
tool |
The tool handler |
the function which implements client functionality for a particular data retrieval service
Alex Lisovich, Roger Day
1 2 3 4 5 6 7 | #get Java Web Service client for 'FindPathAdv' tool of 'Reactome' service
service<-getService("Reactome");
getToolNames(service);
tool<-getTool(service,"FindPathAdv");
client<-getServiceClient(tool);
print(client);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.