Learn R Programming

DynareR (version 0.1.4)

set_octave_path: Set Octave path

Description

Use this function to set Octave path

Usage

set_octave_path(octave_path = "octave")

Value

Character

Arguments

octave_path

Path to the Octave executable

See Also

Other important functions: DynareR, add_matlab_path(), add_path(), eng_dynare(), import_log(), include_IRF(), input_tex(), run_dynare(), run_models(), set_dynare_version(), write_dyn(), write_mod()

Examples

Run this code
library(DynareR)
if (FALSE) {
set_octave_path('C:/Program Files/GNU Octave/Octave-6.4.0/mingw64/bin/octave20.exe')
}

Run the code above in your browser using DataLab