Learn R Programming

datamart (version 0.3.2)

mem.info: Improved list of objects

Description

Improved list of objects

Usage

mem.info(env = .GlobalEnv, sortBy = "Size")

Arguments

env
the environment to inspect, default is .GlobalEnv
sortBy
the result will be decreasingly sorted by this column. Possible values "Type", "Size" (default), "Rows", "Columns"

Value

  • data.frame with object information

References

http://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session