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.
if (FALSE) {
# Get the whole set of variables
e <- ssimEnvironment()
# Get the path to transfer directory, for instance
transferdir <- e$TransferDirectory
}