if (FALSE) {
# Specify file path and name of new SsimLibrary
myLibraryName <- file.path(tempdir(), "testlib")
# Set up a SyncroSim Session and create SsimLibrary
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession)
# Delete library from SsimObject
deleteLibrary(myLibrary, force = TRUE, removeBackup = TRUE)
# Create another library
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession)
# Delete library from path
deleteLibrary(myLibraryName)
}
Run the code above in your browser using DataLab