| add_path {DynareR} | R Documentation |
A wrapper for Octave's addpath to add matlab folder.
Description
Use this function to add matlab folder.
Use this function if Dynare is NOT installed in the standard location
Usage
add_path(path)
Arguments
path |
Path to the |
Value
Set of Dynare (open-source software for DSGE modelling) outputs
See Also
Other important functions:
DynareR,
add_matlab_path(),
eng_dynare(),
import_log(),
include_IRF(),
input_tex(),
run_dynare(),
run_models(),
set_dynare_version(),
set_octave_path(),
write_dyn(),
write_mod()
Examples
library(DynareR)
## Not run:
add_path('/usr/lib/dynare/matlab') # Default for Linux
add_path('c:/dynare/5.1/matlab') # Default for Windows, but 5.1 can change if later version of
# `Dynare` is installed.
add_path('/usr/lib/dynare/matlab') # Default for macOS
## End(Not run)
[Package DynareR version 0.1.4 Index]