ls.objects: ls with added information on objects

Description Usage Arguments Value Source Examples

Description

ls with added information on object Type, Size, Rows, and Columns

Usage

1
ls.objects(pos = 1, pattern, order.by)

Arguments

pos

position in the search list

pattern

an optional regular expression. Only names matching pattern are returned.

order.by

one of "Type", "Size", "Rows", "Columns"

Value

a data frame, with columns Type, Size, Rows, Columns. Object names are the row names.

Source

Peter Pikal, from R-help 8-2-2016

Examples

1
2
3
ls.objects()
ls.objects(pattern="*lm")
ls.objects(order.by="Type")

friendly/myutil documentation built on May 16, 2019, 3:29 p.m.