list_report {rapsimng} | R Documentation |
List all reports in the database
list_report(file)
file |
the file path to apsimx or db file |
a vector of all reports
## Not run:
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
list_report(file)
## End(Not run)