read_apsimx: Read APSIMX file

View source: R/file.R

read_apsimxR 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)

rapsimng documentation built on May 6, 2026, 5:06 p.m.