lscb: Detailed listing of objects

Description Usage Arguments Value Author(s)

Description

Detailed listing of objects

Usage

1
lscb(names = ls(envir = parent.frame()), sort = "size", total = TRUE)

Arguments

names

names of the object to list

sort

column to sort

total

logical indicating whether the total size should be printed as well

Value

data.frame with columns giving name, class, length, dim and size of the objects.

Author(s)

Claudia Beleites


cbmisc documentation built on May 2, 2019, 5:20 p.m.

Related to lscb in cbmisc...