runProject {simplace} | R 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 |
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)
[Package simplace version 5.0.13 Index]