View source: R/apsim_version.R
apsim_version | R Documentation |
Display available APSIM ‘Classic’ and APSIM-X versions
apsim_version(
which = c("all", "inuse"),
version = c("number", "full"),
verbose = TRUE
)
which |
either ‘all’ or ‘inuse’ |
version |
either ‘number’ for a compact display or ‘full’ |
verbose |
whether to print the information to standard output |
a data frame (all) or a vector (inuse) with APSIM-X and/or APSIM versions
## Not run:
## Check which APSIM versions are available
ava <- apsim_version(verbose = TRUE)
## How to get APSIM 'help'
## apc <- apsimx:::auto_detect_apsimx()
## system(paste(apc, "--help"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.