Address memory cleaning.
Despite
rm(list = ls()) # Clear vars in environment-
gc() # garbage collection to take place
RAM will fill up if many runs are done. This can be sorted only if R is restarted but that precludes the batch running of multiple scenarios.
Address memory cleaning.
Despite
rm(list = ls()) # Clear vars in environment-gc() # garbage collection to take placeRAM will fill up if many runs are done. This can be sorted only if R is restarted but that precludes the batch running of multiple scenarios.