o_who(..., options, rm.ans = FALSE, unique = TRUE)
o_who
and o_whos
. Only names matching
any of the patterns are returned.ans
should be included in the
result (FALSE
) or removed (TRUE
).who
. See section Octave Documentation....
. [Generated from
Octave-
prefnames <- paste('pref', letters[1:10], sep='') o_assign( setNames(l, prefnames) ) o_who() o_who('pref*') stopifnot( identical(o_who('pref*'), prefnames) )
o_ls
, o_whos