info | R Documentation |
Retrieves some basic metadata about a SsimLibrary: Name, Owner, Last Modified, Size, Read Only, Package Name, Package Description, Current Package Version, Minimum Package Version, External input files, External output files, Temporary files, Backup files.
info(ssimLibrary) ## S4 method for signature 'SsimLibrary' info(ssimLibrary)
ssimLibrary |
|
Returns a data.frame
with information on the properties of the SsimLibrary
object.
## Not run: # Specify file path and name of new SsimLibrary myLibraryName <- file.path(tempdir(), "testlib") # Set up a SyncroSim Session and SsimLibrary mySession <- session() myLibrary <- ssimLibrary(name = myLibraryName, session = mySession) # Get information about SsimLibrary info(myLibrary) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.