Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lisp

List Objects in .PBSmodEnv Workspace


Description

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.

Usage

lisp(name, pos = .PBSmodEnv, envir = as.environment(pos),
   all.names = TRUE, pattern)

Arguments

name

which environment to use in listing the available objects. See the details section of ls.

pos

an alternative argument to name for specifying the environment as a position in the search list.

envir

an alternative argument to name for specifying the environment.

all.names

a logical value. If TRUE, all object names are returned. If FALSE, names which begin with a . are omitted.

pattern

an optional regular expression. Only names matching pattern are returned. See ls for additional details.

Details

See the base function ls for details.

Author(s)

Copyright 1995–2012 R Core Development Team; distributed under GPL 2 or later.

See Also

ls, tget
glob2rx for converting wildcard patterns to regular expressions.


PBSmodelling

GUI Tools Made Easy: Interact with Models and Explore Data

v2.68.8
GPL (>= 2)
Authors
Jon T. Schnute [aut], Alex Couture-Beil [aut], Rowan Haigh [aut, cre], Nicholas Boers [ctb], Anisa Egeli [ctb], A. R. Kronlund [ctb], Steve Martell [ctb], Norm Olsen [ctb]
Initial release
2019-03-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.