getToolNames: Get the names of available tools for a given Envision...

Description Usage Arguments Value Author(s) Examples

View source: R/ENVISIONQuery.R

Description

Get the names of available tools for a given Envision service

Usage

1
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

1
2
3
4
5
#get the list of available tools for a given service

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

ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.