Learn R Programming

SWTools (version 1.1.0)

VeneerRunSource: Run Source using Veneer

Description

Run Source using Veneer

Usage

VeneerRunSource(
  StartDate = NULL,
  EndDate = NULL,
  InputSet = NULL,
  baseURL = "http://localhost:9876"
)

Value

Nothing to the R environment.

If not set, the configuration parameters (StartDate, EndDate, InputSet), was is specified in the Source configuration in the GUI will be used.

The console will show any errors returned by Veneer.

Arguments

StartDate

Optional. Start date for simulation. Must be dd/mm/yyyy

EndDate

Optional. End date for simulation. Must be dd/mm/yyyy

InputSet

Optional. Input set to use

baseURL

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

Examples

Run this code
if (FALSE) {
VeneerRunSource()
VeneerRunSource("01/07/2017","01/02/2018","NoDams")
}

Run the code above in your browser using DataLab