powered by
Use this function to include TeX file in R Markdown or Quarto document.
input_tex(path, start = NA, end = NA)
Set of TeX text
TeX
Object or a character string representing the path to the TeX file
Numeric. The start line(s) of the TeX file to include.
Numeric. The last line(s) of the TeX file to include.
Other important functions: DynareR, add_matlab_path(), add_path(), eng_dynare(), import_log(), include_IRF(), run_dynare(), run_models(), set_dynare_version(), set_octave_path(), write_dyn(), write_mod()
DynareR
add_matlab_path()
add_path()
eng_dynare()
import_log()
include_IRF()
run_dynare()
run_models()
set_dynare_version()
set_octave_path()
write_dyn()
write_mod()
library(DynareR) if (FALSE) { input_tex("DynareR/TeXFolder/olsTable.tex") }
Run the code above in your browser using DataLab