lls: List All Members of an Environment.

Description Usage Arguments Value References Examples

View source: R/lls.R

Description

Generate a descriptive list of all members of an environment.

Usage

1
lls(pos = 1, pat = "")

Arguments

pos

A scalar of the environment, search path index, or package of interest, default 1.

pat

Regular expression pattern specifying which members to return, default "" for all members.

Value

A data frame with the name, class, dimension, and size of each member of the environment.

References

Based on a method posted by Bendix Carstensen on 10 Jan 2007 on R-help [link].

Examples

1
2
3
4
## Not run: 
lls()

## End(Not run)

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.