Ls
Advanced object browser
Ls (pos = 1, pattern, mode = "any", type = "any", exclude = "function", sort = "name")
mode
: which object mode to include, "any" to include alltype
: which object type to include ("type" is typically, but not always an object's class attribute), "any" to include allexclude
: exclude functions (default), "none" to include allsort
: sort by name (default), "size" to sort by sizepos
: specify environment, passed to ls()pattern
: optional regular expression, passed to ls()Based on 'ls()' but outputs data frame.
Data frame with object features columns.
Alexey Shipunov
ls
data(trees) Ls()
Useful links