Learn R Programming

RcppOctave (version 0.9.5)

o_whos: Detailed Listing of Octave Variables

Description

The function o_whos returns a detailed description of the variables defined in the current Octave session.

Usage

o_whos(..., options, rm.ans = FALSE)

Arguments

...
filtering patterns or extra arguments passed to o_who and o_whos. Only names matching any of the patterns are returned.
options
options passed to Octave function who. See section Octave Documentation.
rm.ans
a logical that indicates if the automatic Octave variable ans should be included in the result (FALSE) or removed (TRUE).

Octave Documentation for <em>whos</em>

[results=rd,stage=render]{RcppOctave::o_help(whos, format='rd')}

[Generated from Octave-RcppOctave::o_version() on Sys.time()]

o_clear()

.O$a <- 1 .O$b <- 10 o_whos()

o_eval("sqrt(2)") o_whos()

Other listoct: o_ls, o_who