filepath | R Documentation |
Retrieves the path to a SyncroSim Session
,
SsimLibrary
, Project
or Scenario
on disk.
filepath(ssimObject) ## S4 method for signature 'character' filepath(ssimObject) ## S4 method for signature 'Session' filepath(ssimObject) ## S4 method for signature 'SsimObject' filepath(ssimObject)
ssimObject |
|
A character string: the path to a SyncroSim object on disk.
# 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 the file path myFilePath <- filepath(myLibrary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.