Skip to contents

List all reports in the database

Usage

list_report(file)

Arguments

file

the file path to apsimx or db file

Value

a vector of all reports

Examples

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