jwutil (version 1.2.3)

ls.objects: Summarize objects

Description

Get type, size (bytes) and dimensions of objects

Usage

ls.objects(env = parent.frame(), pattern, order.by, decreasing = FALSE,
  head = FALSE, n = 5)

Arguments

env

Environment to search, default is the parent frame

pattern

regex pattern to match objects of interest

order.by

which column to order by

decreasing

default is TRUE

head

default is FALSE but if true, just show top n

n

number to show if limiting to head