if (FALSE) {
# Set the file path and name of the new SsimLibrary
myLibraryName <- file.path(tempdir(),"testlib")
# Set the SyncroSim Session, SsimLibrary, and Project
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession,
overwrite=TRUE)
myProject <- project(myLibrary, project = "My Project")
# Update Project
ssimUpdate(myProject)
# Create Scenario
myScenario <- scenario(myLibrary, scenario = "My Scenario")
# Update scenario
ssimUpdate(myScenario)
}
Run the code above in your browser using DataLab