Learn R Programming

rapsimng (version 0.4.4)

list_report: List all reports in the database

Description

List all reports in the database

Usage

list_report(file)

Value

a vector of all reports

Arguments

file

the file path to apsimx or db file

Examples

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

Run the code above in your browser using DataLab