VeneerGetNodesbyType {SWTools} | R Documentation |
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")
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. |
Value
vector of node names matching the specified node type
Examples
## Not run:
VeneerGetNodesbyType("Weir")
## End(Not run)
[Package SWTools version 1.0.3 Index]