set_dynare_version {DynareR} | R Documentation |
Set Dynare
version
Description
Use this function to set Dynare
version
Usage
set_dynare_version(dynare_version="")
Arguments
dynare_version |
Character representing |
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_octave_path()
,
write_dyn()
,
write_mod()
Examples
library(DynareR)
## Not run:
# If you want to use the development version of Dynare
set_dynare_version("6-unstable-2022-04-03-0800-700a0e3a") # The development version of Dynare
# If you want to use Dynare version 5.2
set_dynare_version("5.2")
## End(Not run)
[Package DynareR version 0.1.4 Index]