Learn R Programming

simplace (version 5.0.13)

runProject: 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)

Value

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

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

Examples

Run this code
if (FALSE) {
simplace <- initSimplace(SimplaceInstallationDir,SimplaceWorkDir,SimplaceOutputDir)
openProject(simplace, Solution, Project)
runProject(simplace)
closeProject(simplace)   }

Run the code above in your browser using DataLab