dateModified: Last date a SsimLibrary, Project or Scenario was modified

dateModifiedR Documentation

Last date a SsimLibrary, Project or Scenario was modified

Description

The most recent modification date of a SsimLibrary, Project or Scenario.

Usage

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)

Arguments

ssimObject

SsimLibrary, Project, or Scenario object

Value

A character string: date and time of the most recent modification to the SsimObject provided as input.

Examples

## 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)


rsyncrosim documentation built on Oct. 7, 2023, 9:08 a.m.