memory.summary function

Summary of RAM footprint for all R objects in the current session. Not my function, but taken from an R-Help response by Elizabeth Purdom, at Berkeley. Simply applies the function 'object.size' to the objects in ls(). Also very similar to an example in the 'Help' for the utils::object.size() function.

  • Maintainer: Nicholas Cooper
  • License: GPL (>= 2)
  • Last published: 2022-10-17

Useful links