Skip to contents

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)