chartId | R Documentation |
Retrieves the Chart Id of a SyncroSim Chart
.
chartId(ssimObject)
## S4 method for signature 'character'
chartId(ssimObject)
## S4 method for signature 'Chart'
chartId(ssimObject)
ssimObject |
|
An integer: chart id.
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.