powered by
Get all time series recorded in Source of a given variable type
VeneerGetTSbyVariable( variable = "Flow", run = "latest", baseURL = "http://localhost:9876" )
a zoo time series, with each output as a column
Which variable to retrieve. Defaults to Flow.
Which run to retrieve from. Defaults to the latest
URL of the Veneer server. Defaults to the veneer default.
if (FALSE) { VeneerGetTSbyVariable() #returns all flow outputs recorded in the latest run VeneerGetTSbyVariable("Water Surface Elevation",1) }
Run the code above in your browser using DataLab