set_octave_path: Set 'Octave' path

View source: R/set_octave_path.R

set_octave_pathR Documentation

Set Octave path

Description

Use this function to set Octave path

Usage

set_octave_path(octave_path = "octave")

Arguments

octave_path

Path to the Octave executable

Value

Character

See Also

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

Examples

library(DynareR)
## Not run: 
set_octave_path('C:/Program Files/GNU Octave/Octave-6.4.0/mingw64/bin/octave20.exe')

## End(Not run)

sagirumati/DynareR documentation built on Oct. 29, 2024, 2:06 a.m.