View source: R/ssimEnvironment.R
ssimEnvironment | R Documentation |
This function is part of a set of functions designed to facilitate the
development of R-based Syncrosim Packages. ssimEnvironment
retrieves
specific environment variables.
ssimEnvironment()
Returns a single-row data.frame of SyncroSim specific environment variables.
## Not run:
# Get the whole set of variables
e <- ssimEnvironment()
# Get the path to transfer directory, for instance
transferdir <- e$TransferDirectory
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.