Learn R Programming

apsimx (version 2.2)

read_apsimx: Read APSIM-X generated .db files

Description

read SQLite databases created by APSIM-X runs. One file at a time.

Usage

read_apsimx(file = "", src.dir = ".", value = "report", simplify = TRUE)

Arguments

file

file name

src.dir

source directory where file is located

value

either ‘report’, ‘all’ (list) or user-defined for a specific report

simplify

if TRUE will attempt to simplify multiple reports into a single data.frame. If FALSE it will return a list.

Value

normally it returns a data frame, but it depends on the argument ‘value’ above

Details

Read APSIM-X generated .db files