read_apsimx {rapsimng} | R Documentation |
Read APSIMX file
Description
Read APSIMX file
Usage
read_apsimx(path)
Arguments
path |
The file path or URL to apsimx file |
Value
A list object of apsimx file
Examples
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
m <- read_apsimx(file)
[Package rapsimng version 0.4.4 Index]