VeneerGetTSbyVariable: Get all time series recorded in Source of a given variable...

View source: R/Veneer.R

VeneerGetTSbyVariableR Documentation

Get all time series recorded in Source of a given variable type

Description

Get all time series recorded in Source of a given variable type

Usage

VeneerGetTSbyVariable(
  variable = "Flow",
  run = "latest",
  baseURL = "http://localhost:9876"
)

Arguments

variable

Which variable to retrieve. Defaults to Flow.

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 output as a column

Examples

## Not run: 
VeneerGetTSbyVariable() #returns all flow outputs recorded in the latest run
VeneerGetTSbyVariable("Water Surface Elevation",1) 

## End(Not run)


matt-s-gibbs/swtools documentation built on Feb. 3, 2024, 3:43 p.m.