version: Retrieves SyncroSim version

versionR 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

Session object

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)


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