This function is part of a set of functions designed to facilitate the
development of R-based Syncrosim Packages. ssimEnvironment retrieves
specific environment variables.
Usage
ssimEnvironment()
Arguments
Value
Returns a single-row data.frame of SyncroSim specific environment variables.
if (FALSE) {
# Get the whole set of variablese <- ssimEnvironment()
# Get the path to transfer directory, for instancetransferdir <- e$TransferDirectory
}