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)
ls
.name
for specifying the
environment as a position in the search list.name
for specifying the
environment.TRUE
, all
object names are returned. If FALSE
, names which begin with a
. are omitted.pattern
are returned. See ls
for additional details.ls
for details.
ls
, tget
glob2rx
for converting wildcard patterns to regular expressions.