Like read_apsim
, but it reads all .out files in a directory.
read_apsim_all(
filenames,
src.dir = ".",
value = c("report", "all"),
date.format = "%d/%m/%Y",
simplify = TRUE
)
names of files to be read
source directory where files are located
either ‘report’ or ‘all’ (only ‘report’ implemented at the moment)
format for adding ‘Date’ column
whether to return a single data frame or a list.
returns a data frame or a list depending on the argument ‘simplify’ above.
Read all APSIM generated .out files in a directory