View source: R/set_dynare_version.R
| set_dynare_version | R Documentation |
Dynare versionUse this function to set Dynare version
set_dynare_version(dynare_version="")
dynare_version |
Character representing |
Character
Other important functions:
DynareR-package,
add_matlab_path(),
add_path(),
eng_dynare(),
import_log(),
include_IRF(),
input_tex(),
run_dynare(),
run_models(),
set_matlab_path(),
set_octave_path(),
write_dyn(),
write_mod()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.