read_apsimx_all | R Documentation |
Like read_apsimx
, but it reads all .db files in a directory.
read_apsimx_all(src.dir = ".", value = "report")
src.dir |
source directory where files are located |
value |
either ‘report’ or ‘all’ (only ‘report’ implemented at the moment) |
Read all APSIM-X generated .db files in a directory
it returns a data frame or a list if ‘value’ equals ‘all’.
Warning: very simple function at the moment, not optimized for memory or speed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.