List Objects in .PBSmodEnv Workspace
The function lisp
returns a vector of character strings
giving the names of the objects in .PBSmodEnv
. It is only
a wrapper for the base function ls
.
lisp(name, pos = .PBSmodEnv, envir = as.environment(pos), all.names = TRUE, pattern)
name |
which environment to use in listing the available objects.
See the details section of |
pos |
an alternative argument to |
envir |
an alternative argument to |
all.names |
a logical value. If |
pattern |
an optional regular expression. Only names
matching |
See the base function ls
for details.
Copyright 1995–2012 R Core Development Team; distributed under GPL 2 or later.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.