Learn R Programming

rsyncrosim (version 1.5.0)

runtimeInputFolder: SyncroSim DataSheet Input 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 Input Folder.

Usage

runtimeInputFolder(scenario, datasheetName)

Value

Returns a folder name for the specified Datasheet.

Arguments

scenario

Scenario object. A SyncroSim result Scenario

datasheetName

character. The input Datasheet name

Examples

Run this code
if (FALSE) {
inputFolder <- runtimeInputFolder()
}

Run the code above in your browser using DataLab