| compact | R Documentation |
Compact a SsimLibrary-class. Removes extraneous data from the SyncroSim library.
compact(ssimLibrary)
## S4 method for signature 'character'
compact(ssimLibrary)
## S4 method for signature 'SsimLibrary'
compact(ssimLibrary)
ssimLibrary |
|
Invisibly returns TRUE upon success (i.e.successful
compacting) 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)
# Compact data from the SsimLibrary
compact(myLibrary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.