genericLoadApsim("c:/outputs") # load everything in the outputs directory
genericLoadApsim("c:/outputs/simulation.out", loadAll=FALSE)
# load a single file (note extension is required).
genericLoadApsim("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