| read_report | R Documentation |
Read apsimx database in db file format
read_report(file, report)
file |
the file path to apsimx or db file |
report |
the report name |
a data.frame for a report
## Not run:
file <- system.file("extdata/wheat.apsimx", package = "rapsimng")
read_report(file, "HarvestReport")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.