| getToolNames {ENVISIONQuery} | R Documentation |
Get the names of available tools for a given Envision service
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
#get the list of available tools for a given service
service<-getService("ID Conversion");
toolNames<-getToolNames(service);
print(toolNames);