setSimplaceDirectories {simplace} | R Documentation |
Set working-, output-, projects- and data-directory
Description
One can specify all or only some of the directories. Only the directories specified will be set.
Usage
setSimplaceDirectories(
simplace,
WorkDir = nullString,
OutputDir = nullString,
ProjectsDir = nullString,
DataDir = nullString
)
Arguments
simplace |
handle to the SimplaceWrapper object returned by |
WorkDir |
working directory where solutions, projects and data resides (_WORKDIR_) |
OutputDir |
directory for output (_OUTPUTDIR_) |
ProjectsDir |
optional directory for project data (_PROJECTSDIR_) |
DataDir |
optional directory for data (_DATADIR_) |
Value
No return value, called for the side effect of setting framework directories
See Also
[Package simplace version 5.0.13 Index]