Learn R Programming

apsimx (version 2.8.0)

apsimx.options: 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

Arguments

Value

This is an environment, not a function, so nothing is returned.

Format

An object of class environment of length 8.

Details

Environment which stores APSIM-X options

Examples

Run this code
# \donttest{
names(apsimx.options)
apsimx_options(exe.path = "some-new-path-to-executable")
apsimx.options$exe.path
# }

Run the code above in your browser using DataLab