Description Usage Arguments Value Author(s) Examples
View source: R/ENVISIONQuery.R
Get the names of available tools for a given Envision service
1 | getToolNames(service)
|
service |
The Envision service handler |
Character vector representing the list of of available tool names for a given service.
Alex Lisovich, Roger Day
1 2 3 4 5 | #get the list of available tools for a given service
service<-getService("ID Conversion");
toolNames<-getToolNames(service);
print(toolNames);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.