lss {rattle}R Documentation

List sizes of objects.

Description

List the sizes of objects.

Usage

lss(n=10, pos=1, pattern, order.by="Size", decreasing=TRUE, head=TRUE)

Arguments

n

show the top n largest objects.

pos

which environment.

pattern

objects to match.

order.by

how to order.

decreasing

show in decreasing order.

head

only show the top n.

Value

A data frame.

Author(s)

Based on posts by Dirk Eddelbuettel, Petr Pikal and David Hinds.

References

Package home page: http://rattle.togaware.com


[Package rattle version 2.6.16 Index]