ls.objects: List objects in the global environment

Description Usage Arguments Value Functions Note Examples

Description

List objects in memory: name, type, dims, byte size, etc. The shorthand 'lsos()' is very convenient for tracking memory usage.

Usage

1
2
3
4
ls.objects(pos = 1, pattern, order.by, decreasing = FALSE,
  head = FALSE, n = 5)

lsos(..., n = 10)

Arguments

pos
pattern
order.by
decreasing
head
n

Value

Data.frame containing object and memory information

Functions

Note

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

Examples

1
lsos()

antoine-sachet/customFunctions documentation built on Sept. 25, 2020, 8:56 p.m.