runProject: Runs the opened project

View source: R/SimplaceWrapper.R

runProjectR Documentation

Runs the opened project

Description

Runs the simulation(s) as defined in the solution and project files. There is no accessible MEMORY output, but one can load the CSV or database output.

Usage

runProject(simplace)

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

Value

No return value, called for the side effect of running opened project

Examples

## Not run: 
simplace <- initSimplace(SimplaceInstallationDir,SimplaceWorkDir,SimplaceOutputDir)
openProject(simplace, Solution, Project)
runProject(simplace)
closeProject(simplace)   
## End(Not run)

simplace documentation built on Aug. 24, 2023, 3:03 p.m.