Learn R Programming

SWTools (version 1.1.0)

VeneerGetNodesbyType: Get a vector of node names for a given type

Description

Get a vector of node names for a given type

Usage

VeneerGetNodesbyType(NodeType, baseURL = "http://localhost:9876")

Value

vector of node names matching the specified node type

Arguments

NodeType

The node to return the names of. The icon in /network is searched for this name

baseURL

URL of the Veneer server. Defaults to the veneer default.

Examples

Run this code
if (FALSE) {
VeneerGetNodesbyType("Weir")
}

Run the code above in your browser using DataLab