Learn R Programming

rapsimng (version 0.4.4)

read_apsimx: Read APSIMX file

Description

Read APSIMX file

Usage

read_apsimx(path)

Value

A list object of apsimx file

Arguments

path

The file path or URL to apsimx file

Examples

Run this code
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
m <- read_apsimx(file)

Run the code above in your browser using DataLab