ls.objects: Summarize objects

Description Usage Arguments

View source: R/util.r

Description

Get type, size (bytes) and dimensions of objects

Usage

1
2
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


jackwasey/jwutil documentation built on Jan. 20, 2020, 6:56 p.m.