apsimx.options {apsimx} | R Documentation |
Environment which stores APSIM-X options
Description
Environment which can store the path to the executable, warning settings and where examples are located. Creating an environment avoids the use of global variables or other similar practices which would have possible undesriable consequences.
Usage
apsimx.options
Format
An object of class environment
of length 7.
Details
Environment which stores APSIM-X options
Value
This is an environment, not a function, so nothing is returned.
Examples
names(apsimx.options)
apsimx_options(exe.path = "some-new-path-to-executable")
apsimx.options$exe.path
[Package apsimx version 2.7.7 Index]