| set_octave_path {DynareR} | R 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,
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
library(DynareR)
## Not run:
set_octave_path('C:/Program Files/GNU Octave/Octave-6.4.0/mingw64/bin/octave20.exe')
## End(Not run)
[Package DynareR version 0.1.4 Index]