version {rsyncrosim} | R Documentation |
Retrieves SyncroSim version
Description
Retrieves the version of a SyncroSim Session.
Usage
version(session = NULL)
## S4 method for signature 'character'
version(session = NULL)
## S4 method for signature 'missingOrNULL'
version(session = NULL)
## S4 method for signature 'Session'
version(session = NULL)
Arguments
session |
|
Value
A character string e.g. "2.2.13".
Examples
## Not run:
# Set SyncroSim Session
mySession <- session()
# Retrieve version of SyncroSim associated with Session
version(mySession)
## End(Not run)
[Package rsyncrosim version 1.5.0 Index]