lll: lll

Description Usage Arguments Details Author(s) See Also Examples

View source: R/lll.R

Description

Nicer version of ls() with more info, and skips functions.

Usage

1
lll(sortBy = c("name", "class", "size")[1], digits = 0)

Arguments

sortBy

Which column to sort output by. One of 'name', 'class', 'size'. Default is "name"

digits

Number of digits to show in the object size field.

Details

The lll function was inspired by the ll function in 'gtools', but is modified for different needs. Most notibly it doesn't list functions so that the list is more compact, and it's easier to see what's taking up space in your environment.

Author(s)

Gene Leynes

See Also

ll (in gdata)

Examples

1
2
 require(geneorama)
lll()

geneorama/geneorama documentation built on Oct. 17, 2020, 12:35 a.m.