Ls: Ls

View source: R/aaa.r

LsR Documentation

Ls

Description

Advanced object browser

Usage

Ls (pos = 1, pattern, mode = "any", type = "any", exclude = "function", sort = "name")

Arguments

mode

which object mode to include, "any" to include all

type

which object type to include ("type" is typically, but not always an object's class attribute), "any" to include all

exclude

exclude functions (default), "none" to include all

sort

sort by name (default), "size" to sort by size

pos

specify environment, passed to ls()

pattern

optional regular expression, passed to ls()

Details

Based on 'ls()' but outputs data frame.

Value

Data frame with object features columns.

Author(s)

Alexey Shipunov

See Also

ls

Examples

data(trees)
Ls()

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Ls in shipunov...