Tricks to manage the available memory in an R session

前端 未结 27 1567
情深已故
情深已故 2020-11-22 01:23

What tricks do people use to manage the available memory of an interactive R session? I use the functions below [based on postings by Petr Pikal and David Hinds to the r-he

27条回答
  •  别那么骄傲
    2020-11-22 01:55

    The llfunction in gData package can show the memory usage of each object as well.

    gdata::ll(unit='MB')
    

提交回复
热议问题