testWIfun {widgetInvoke} | R Documentation |
testWIfun
returns a character vector giving the names of
all objects in the search list matching what
.
testWIfun(what, where = FALSE, mode = "any")
what |
name of an object, or regular expression to match against |
where |
a logical indicating whether positions in the search list should also be returned |
mode |
character; if not "any" , only objects who's
mode equals mode are searched. |
If mode != "any"
only those objects which are of mode mode
are considered.
If where
is TRUE
, the positions in the search list are
returned as the names attribute.
Kurt Hornik and Martin Maechler (May 1997).
objects
for listing objects from one place,
help.search
for searching the help system,
search
for the search path.