mem.info: Information on objects in R environment

Description Usage Arguments Value Author(s) References

View source: R/mem.info.R

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


doomhammerhell/test-datamart documentation built on Dec. 20, 2021, 1:09 a.m.