# NOT RUN {
loadApsim("c:/outputs") # load everything in the outputs directory
# }
# NOT RUN {
loadApsim("c:/outputs/simulation.out", loadAll=FALSE)
# load a single file (note extension is required).
# }
# NOT RUN {
loadApsim("c:/outputs", returnFrame=FALSE, fill=TRUE)
# load everything in the outputs directory, fill any missing columns and return a data table.
# }
Run the code above in your browser using DataLab