apsimx.options | R Documentation |
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.
apsimx.options
An object of class environment
of length 8.
Environment which stores APSIM-X options
This is an environment, not a function, so nothing is returned.
names(apsimx.options)
apsimx_options(exe.path = "some-new-path-to-executable")
apsimx.options$exe.path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.