# NOT RUN {
# Create Session
temp_dir <- tempdir()
mySession <- session()
myLibrary <- ssimLibrary(name = file.path(temp_dir,"testlib"), session = mySession)
filepath(mySession) # Lists the folder location of SyncroSim session
version(mySession) # Lists the version of SyncroSim session
package(mySession) # Dataframe of the packages installed with this version of SyncroSim
basePackage(mySession) # Dataframe of the base packages installed with this version of SyncroSim
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab