powered by
Retrieves the version of a SyncroSim Session.
version(session = NULL)# S4 method for character version(session = NULL)# S4 method for missingOrNULL version(session = NULL)# S4 method for Session version(session = NULL)
# S4 method for character version(session = NULL)
# S4 method for missingOrNULL version(session = NULL)
# S4 method for Session version(session = NULL)
A character string e.g. "2.2.13".
Session object
Session
if (FALSE) { # Set SyncroSim Session mySession <- session() # Retrieve version of SyncroSim associated with Session version(mySession) }
Run the code above in your browser using DataLab