Learn R Programming

rsyncrosim (version 1.2.9)

session<-: Set a SyncroSim session.

Description

Set the Session of a SsimLibrary, Project or Scenario object.

Usage

session(ssimObject) <- value

# S4 method for character session(ssimObject) <- value

# S4 method for SsimObject session(ssimObject) <- value

Arguments

ssimObject

SsimObject/Project/Scenario.

value

A SyncroSim Session.

Value

Returns a SyncroSim object containing a Session.

Details

In order to avoid problems with SyncroSim version compatibility and library updating, the new session must have the same filepath as the session of the SsimObject e.g. filepath(value)==filepath(session(ssimObject))