Learn R Programming

rapsimng (version 0.4.4)

read_report: Read apsimx database in db file format

Description

Read apsimx database in db file format

Usage

read_report(file, report)

Value

a data.frame for a report

Arguments

file

the file path to apsimx or db file

report

the report name

Examples

Run this code
if (FALSE) {
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
read_report(file, "HarvestReport")
}

Run the code above in your browser using DataLab