list_report {rapsimng}R Documentation

List all reports in the database

Description

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

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

## End(Not run)

[Package rapsimng version 0.4.4 Index]