Learn R Programming

rsyncrosim (version 2.0.1)

version: Retrieves SyncroSim version

Description

Retrieves the version of a SyncroSim Session.

Usage

version(session = NULL)

# S4 method for character version(session = NULL)

# S4 method for missingOrNULL version(session = NULL)

# S4 method for Session version(session = NULL)

Value

A character string e.g. "2.2.13".

Arguments

session

Session object

Examples

Run this code
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