backup | R Documentation |
Backup a SsimLibrary
. The backup folder can be defined in the
SyncroSim User Interface, but is by default at the same level as the
SsimLibrary file, and is called libraryName.backup.
backup(ssimObject)
## S4 method for signature 'character'
backup(ssimObject)
## S4 method for signature 'SsimObject'
backup(ssimObject)
ssimObject |
|
Invisibly returns TRUE
upon success (i.e.successful
backup) and FALSE
upon failure.
## Not run:
# Specify file path and name of new SsimLibrary
myLibraryName <- file.path(tempdir(), "testlib")
# Set up a SyncroSim Session, SsimLibrary, and Project
mySession <- session()
myLibrary <- ssimLibrary(name = myLibraryName, session = mySession)
# Back up data from the SsimLibrary
backup(myLibrary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.