# NOT RUN {
# }
# NOT RUN {
results <- runSimulation(..., save_results = TRUE)
# row 1 results
row1 <- SimResults(results, 1)
# rows 1:5, stored in a named list
rows_1to5 <- SimResults(results, 1:5)
# all results
rows_all <- SimResults(results)
# }
Run the code above in your browser using DataLab