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)
which environment to use in listing the available objects.
See the details section of ls
.
an alternative argument to name
for specifying the
environment as a position in the search list.
an alternative argument to name
for specifying the
environment.
a logical value. If TRUE
, all
object names are returned. If FALSE
, names which begin with a
. are omitted.
an optional regular expression. Only names
matching pattern
are returned. See ls
for additional details.
See the base function ls
for details.
ls
, tget
glob2rx
for converting wildcard patterns to regular expressions.