VeneerRunSource {SWTools} | R Documentation |
Run Source using Veneer
Description
Run Source using Veneer
Usage
VeneerRunSource(
StartDate = NULL,
EndDate = NULL,
InputSet = NULL,
baseURL = "http://localhost:9876"
)
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. |
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.
Examples
## Not run:
VeneerRunSource()
VeneerRunSource("01/07/2017","01/02/2018","NoDams")
## End(Not run)
[Package SWTools version 1.0.3 Index]