dateModified | R Documentation |
The most recent modification date of a SsimLibrary
,
Project
or Scenario
.
dateModified(ssimObject) ## S4 method for signature 'character' dateModified(ssimObject) ## S4 method for signature 'SsimLibrary' dateModified(ssimObject) ## S4 method for signature 'Project' dateModified(ssimObject) ## S4 method for signature 'Scenario' dateModified(ssimObject)
ssimObject |
|
A character string: date and time of the most recent modification to the SsimObject provided as input.
## Not run: # Specify file path and name of new SsimLibrary myLibraryName <- file.path(tempdir(), "testlib") # Set up a SyncroSim Session and SsimLibrary mySession <- session() myLibrary <- ssimLibrary(name = myLibraryName, session = mySession) # Check the last date of modification of the SsimLibrary dateModified(myLibrary) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.