Learn R Programming

RcppOctave (version 0.18.1)

o_version: Get Octave Version

Description

Returns the version of Octave currently used by RcppOctave.

Usage

o_version(version)

Arguments

version
optional reference version to compare with.

Value

Octave version as a single character string or the result of compareVersion if argument version is provided.

Examples

Run this code


o_version()
o_version("3.6.2")
o_version("3.4")

Run the code above in your browser using DataLab