ssimEnvironment {rsyncrosim} | R Documentation |
SyncroSim Environment
Description
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()
Value
Returns a single-row data.frame of SyncroSim specific environment variables.
Examples
## Not run:
# Get the whole set of variables
e <- ssimEnvironment()
# Get the path to transfer directory, for instance
transferdir <- e$TransferDirectory
## End(Not run)
[Package rsyncrosim version 1.5.0 Index]