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,
packages = "stsim",
overwrite = TRUE)
myProject <- project(myLibrary, project = "Definitions")
# Get the chart object corresponding to the chart called "My Chart"
myChart <- chart(myProject, chart = "My Chart")
# Get Chart ID for SyncroSim Chart
chartId(myChart)
}
Run the code above in your browser using DataLab