ll: List Objects with Detail

Description Usage Arguments Details Examples

Description

List objects in w/ more detail than ls(). Similar to a unix-like ls -l.

Usage

1
ll(pattern, pos = 1, order.by = "size", decreasing = TRUE)

Arguments

pattern

Optional regular expression. Only names matching pattern are returned.

pos

Specify environment as a position in the search list.

order.by

Order by ‘type’ or ‘size’

decreasing

List in decreasing/increasing order of /codeorder.by

Details

List objects in w/ more detail than ls(). Modified from a Stackoverflow question

Examples

1
2

pchristi99/pcLib documentation built on June 25, 2019, 2:23 p.m.