Learn R Programming

APSIM (version 0.9.3)

GetApsimNGTable: Read APSIM Next Generation output files.

Description

Reads APSIM NG .db files.

Usage

GetApsimNGTable(dbLoc, table)

Arguments

dbLoc

The location of the .db file.

table

The name of the table to read.

Details

This function will read a single table from a given APSIM NG .db file.

Examples

Run this code
# NOT RUN {
GetApsimNGTable("c:/outputs/Wheat.db", "Results")
# }

Run the code above in your browser using DataLab