Usage
objBrowse(id = "default", envir = .GlobalEnv, all.names = NULL, pattern = NULL,
group = NULL, sep = "\t", path = NULL, regenerate = FALSE)
objClear(id = "default")
objDir()
objInfo(id = "default", envir = .GlobalEnv, object = "", path = NULL)
objList(id = "default", envir = .GlobalEnv, object = NULL, all.names = FALSE,
pattern = "", group = "", all.info = FALSE, path = NULL, compare = TRUE,
...)
objMenu(id = "default", envir = .GlobalEnv, objects = "", sep = "\t",
path = NULL)
objSearch(sep = "\t", path = NULL, compare = TRUE)
## S3 method for class 'objList':
print(x, sep = "\t", eol = "\n", header = !attr(x, "all.info"), ...)
write.objList(x, path, sep = "\t", ...)
Arguments
id
The id of the object browser (you can run several ones
concurrently, providing you give them different ids)
envir
An environment, or the name of the environment, or the position
in the search()
path
all.names
Do we display all names (including hidden variables starting
with '.')?
pattern
A pattern to match for selecting variables
path
The path where to write a temporary file with the requested
information. Use path = NULL
(default) if you don't pass this
data to your GUI client by mean of a file
regenerate
Do we force to regenerate the information?
object
name of the object selected in the object browser,
components/arguments of which should be listed
objects
A list with selected items in the object browser
all.info
Do we return all the information (envir as first column or
not (by default)
compare
If compare == TRUE
, result is compared with last cached
value and the client is updated only if something changed
sep
Separator to use between items (if path is not NULL)
x
Object returned by objList
eol
Separator to use between object entries, default is to list each
item in a separate line
header
If TRUE, two-line header is printed, of the form:
#Environment=environment name
#Object=object name
Default is not to print header if all.info is true.
...
further arguments, passed to write.table