I've recently been getting my R sessions aborted, even when running a code that I've run multiple times before. I think it could be because I'm running out of RAM memory. What are ways I could possibly solve this? I've tried removing some objects from the global environment and using the gc() function as well, but the issue persists. I'm not sure if the memory is being cleared even after using rm() and gc() as the object is still present in the global environment when I start a new session of R. It will be great if someone has some advice on this!
Asked
Active
Viewed 38 times