lsos: improved list of objects

Description Usage Arguments Value Source Examples

Description

improved list of objects

Describe objects in memory

Usage

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

lsos(..., n = 10)

Arguments

pos

(integer) position in search list

pattern

(character) an optional regular expression

order_by

(character or integer) which column to order by

decreasing

(logical) whether to sort by decreasing

head

(logical) whether to return the first part only

n

Numeric of how many objects to return

...

Other optional parameters:

  • pos(integer): position in search list

  • pattern(character): an optional regular expression

  • order.by(character or integer): which column to order by

  • decreasing(logical): whether to sort by decreasing

  • head(logical): whether to return the first part only

Value

printed description of objects in memory

Source

Tony Breyal's post attributed to JD Long at:

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

Examples

1
2
3
df1 <- iris
df2 <- CO2
lsos()

KevinRPan/handy documentation built on May 4, 2019, 2:34 p.m.