Learn R Programming

RcppOctave (version 0.18.1)

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]{if( .Platform$OS.type != 'windows' || .Platform$r_arch != 'x64' ) RcppOctave::o_help(whos, format='rd')}

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

# roxygen generated flag options(R_CHECK_RUNNING_EXAMPLES_=TRUE)

o_clear()

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

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

Other listoct: o_ls; o_who