read_report: Read apsimx database in db file format

View source: R/report.R

read_reportR Documentation

Read apsimx database in db file format

Description

Read apsimx database in db file format

Usage

read_report(file, report)

Arguments

file

the file path to apsimx or db file

report

the report name

Value

a data.frame for a report

Examples

## Not run: 
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
read_report(file, "HarvestReport")

## End(Not run)

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