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 Input Folder.
runtimeInputFolder(scenario, datasheetName)
Scenario
object. A SyncroSim result Scenario
character. The input Datasheet name
Returns a folder name for the specified Datasheet.
if (FALSE) {
inputFolder <- runtimeInputFolder()
}