apsim_version {apsimx} | R Documentation |
Display available APSIM ‘Classic’ and APSIM-X versions
apsim_version(which = c("all", "inuse"), verbose = TRUE)
which |
either ‘all’ or ‘inuse’ |
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 version are avialable
ava <- apsim_version(verbose = TRUE)
## End(Not run)