This function returns a widget that allows to browse within an environment
Usage
envBrowser(
pos = -1,
name = NULL,
envir,
parent = NULL,
all.names = FALSE,
pattern = NULL,
mode = "any"
)
Arguments
- pos
integer indicating the
search
position, or -1 for the current environment.- name
optional name indicating a position in the search path, see
ls
.- envir
environment to use, see
ls
.- parent
an optional parent environment.
- all.names
logical; if true names starting with '.' are not omitted, see
ls
.- pattern
an optional pattern of names to restrict browsing to, see
ls
.- mode
an optional string indicating the mode of objects to which browsing is restricted, see
ls
.