| .createFolders | R Documentation |
Generate the folder structure for an experiment. Caches the
paths in the .pkgcache environment.
.createFolders(
experimentName,
rootDir = NULL,
scenariosDir = NULL,
logsDir = NULL,
replace = "ask"
)
experimentName |
Name of the experiment. Spaces will be replaced by underscores. |
rootDir |
Root directory as a string. Defaults to the current working directory. |
scenariosDir |
Scenarios directory name as a string. Will be a
subfolder of the |
logsDir |
Logs directory name as a string. Will be a subfolder of the
|
replace |
If the present directory structure should be replaced. Can be TRUE, FALSE or "ask". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.