Read APSIMX file
read_apsimx(path)
path
The file path or URL to apsimx file
A list object of apsimx file
file <- system.file("extdata/wheat.apsimx", package = "rapsimng") m <- read_apsimx(file)