ostart Initialize an Octave session. oend clears and terminates the current Octave
session.
overbose toggles the verbosity of RcppOctave
calls: messages tracks any function call, or conversion
of objects between R and Octave (e.g. arguments and
results).
oconfig retrieves Octave configuration variables.
omodules add the Octave modules shipped with
RcppOctave to Octave path.
ostart(verbose = FALSE) oend()
overbose(value)
oconfig(varname, verbose = FALSE, warn = TRUE)
omodules(verbose = getOption("verbose"))
x is not a valid config variable name.