mem.info: Information on objects in R environment

Description Usage Arguments Value Author(s) References

Description

This function creates a list of objects that are currently in a given R environment (default the global workspace). Hence it is an extended version of ls.

Usage

1
mem.info(envir = .GlobalEnv, sortBy = "Size")

Arguments

envir

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

Author(s)

Petr Pikal, David Hinds and Dirk Eddelbuettel

References

Stackoverflow


datamart documentation built on May 2, 2019, 9:40 a.m.