Like read_apsim
, but it can read many .out files in a directory.
It will read all of them unless these are filtered using a regular expression as an argument
to ‘value’.
read_apsim_all(
filenames,
src.dir = ".",
value = "report",
date.format = "%d/%m/%Y",
simplify = TRUE,
silent = FALSE
)
returns a data frame or a list depending on the argument ‘simplify’ above.
names of files to be read
source directory where files are located
either ‘report’, ‘user-defined’ or ‘all’ (not implemented at the moment)
format for adding ‘Date’ column
whether to return a single data frame or a list.
whether to issue warnings or suppress them
Read all APSIM generated .out files in a directory