powered by
Display available APSIM ‘Classic’ and APSIM-X versions
apsim_version( which = c("all", "inuse"), version = c("number", "full"), verbose = TRUE )
a data frame (all) or a vector (inuse) with APSIM-X and/or APSIM versions
either ‘all’ or ‘inuse’
either ‘number’ for a compact display or ‘full’
whether to print the information to standard output
if (FALSE) { ## 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")) }
Run the code above in your browser using DataLab