View source: R/set_octave_path.R
set_octave_path | R Documentation |
Octave
pathUse this function to set Octave
path
set_octave_path(octave_path = "octave")
octave_path |
Path to the Octave executable |
Character
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()
library(DynareR)
## Not run:
set_octave_path('C:/Program Files/GNU Octave/Octave-6.4.0/mingw64/bin/octave20.exe')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.