willmorrison1 / daRt

Read DART Model Outputs in R
0 stars 1 forks source link

resourceUsage() #8

Closed willmorrison1 closed 5 years ago

willmorrison1 commented 5 years ago

request function:

resourceUsage(SimulationHandle)

returns data.frame: simName, memUsage, timeTaken sim1, 100, 100, sim2, 200, 200, ...etc

willmorrison1 commented 5 years ago

basics done, needs adding to (see comment in the function)