Learn R Programming

ENVISIONQuery (version 1.20.0)

getToolNames: 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

Examples

Run this code

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

Run the code above in your browser using DataLab