version | R Documentation |
Retrieves the version of a SyncroSim Session.
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)
session |
|
A character string e.g. "2.2.13".
## Not run:
# Set SyncroSim Session
mySession <- session()
# Retrieve version of SyncroSim associated with Session
version(mySession)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.