VeneerGetTSbyNode {SWTools} | R Documentation |
Get all time series recorded in Source for a given node
Description
Get all time series recorded in Source for a given node
Usage
VeneerGetTSbyNode(Node, run = "latest", baseURL = "http://localhost:9876")
Arguments
Node |
Name of node to retrieve Time Series for |
run |
Which run to retrieve from. Defaults to the latest |
baseURL |
URL of the Veneer server. Defaults to the veneer default. |
Value
a zoo time series, with each variable as a column
Examples
## Not run:
VeneerGetTSbyNode("Storage 1")
## End(Not run)
[Package SWTools version 1.0.3 Index]