read_apsimx_all: Read all APSIM-X generated .db files in a directory

View source: R/apsimx.R

read_apsimx_allR Documentation

Read all APSIM-X generated .db files in a directory

Description

Like read_apsimx, but it reads all .db files in a directory.

Usage

read_apsimx_all(src.dir = ".", value = "report")

Arguments

src.dir

source directory where files are located

value

either ‘report’ or ‘all’ (only ‘report’ implemented at the moment)

Details

Read all APSIM-X generated .db files in a directory

Value

it returns a data frame or a list if ‘value’ equals ‘all’.

Note

Warning: very simple function at the moment, not optimized for memory or speed.


apsimx documentation built on March 18, 2022, 7:52 p.m.