Learn R Programming

RcppOctave (version 0.18.1)

o_config_info: Embedded Octave Configuration and Installation Information

Description

Retrieves configuration and installation information about the embedded instance of Octave currently used by RcppOctave.

Usage

o_config_info(var = c("CC", "CC_VERSION", "FC"))

Arguments

var
name of the configuration variable to retrieve.

See Also

Other Octave.info: Octave.config, Octave.info, Octave.version; Octave.home; octave_config

Examples

Run this code


o_config_info()
o_config_info('USE_64_BIT_IDX_T')

Run the code above in your browser using DataLab