runtimeOutputFolder {rsyncrosim} | R Documentation |
SyncroSim DataSheet Output Folder
Description
This function is part of a set of functions designed to facilitate the development of R-based Syncrosim Packages. This function creates and returns a SyncroSim DataSheet Output Folder.
Usage
runtimeOutputFolder(scenario, datasheetName)
Arguments
scenario |
|
datasheetName |
character. The output Datasheet name |
Value
Returns a folder name for the specified datasheet.
Examples
## Not run:
outputFolder <- runtimeOutputFolder()
## End(Not run)
[Package rsyncrosim version 1.5.0 Index]