openProject | R Documentation |
Initializes a project. Solution is mandatory, project is optional. Solution and project files can be specified by giving absolute paths or paths relative to the simplace directory. Instead of using solution and project files, one can use the content of the solution / project directly as a string or a "xml_document" class.
openProject(simplace, solution, project = nullString, parameterList = NULL)
simplace |
handle to the SimplaceWrapper object returned by |
solution |
solution file with absolute path or path relative to workdir |
project |
project file with absolute path or path relative to workdir, can be omitted to run solution only |
parameterList |
a list with the parameter name as key and parametervalue as value |
invisibly a list with java FWSimsession object as well as the solution, project and parameterList
closeProject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.