runProject {simplace} | R Documentation |
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.
runProject(simplace)
simplace |
handle to the SimplaceWrapper object returned by |
## Not run: simplace <- initSimplace(SimplaceInstallationDir,SimplaceWorkDir,SimplaceOutputDir) openProject(simplace, Solution, Project) runProject(simplace) ... closeProject(simplace) ## End(Not run)