getToolNames {ENVISIONQuery}R Documentation

Get the names of available tools for a given Envision service...

Description

Get the names of available tools for a given Envision service

Usage

getToolNames(service)

Arguments

service

The Envision service handler

Value

Character vector representing the list of of available tool names for a given service.

Author(s)

Alex Lisovich, Roger Day

Examples

#get the list of available tools for a given service

service<-getService("ID Conversion");
toolNames<-getToolNames(service);
print(toolNames);

[Package ENVISIONQuery version 1.38.0 Index]