Learn R Programming

apsimx (version 2.8.0)

apsim_version: Display available APSIM ‘Classic’ and APSIM-X versions

Description

Display available APSIM ‘Classic’ and APSIM-X versions

Usage

apsim_version(which = c("all", "inuse"), verbose = TRUE)

Value

a data frame (all) or a vector (inuse) with APSIM-X and/or APSIM versions

Arguments

which

either ‘all’ or ‘inuse’

verbose

whether to print the information to standard output

Examples

Run this code
if (FALSE) {
## Check which apsim version are avialable
ava <- apsim_version(verbose = TRUE)
}

Run the code above in your browser using DataLab