| input_tex | R Documentation |
Use this function to include TeX file in R Markdown or Quarto document.
input_tex(path, start = NA, end = NA)
path |
Object or a character string representing the path to the |
start |
Numeric. The start line(s) of the |
end |
Numeric. The last line(s) of the |
Set of TeX text
Other important functions:
DynareR-package,
add_matlab_path(),
add_path(),
eng_dynare(),
import_log(),
include_IRF(),
run_dynare(),
run_models(),
set_dynare_version(),
set_matlab_path(),
set_octave_path(),
write_dyn(),
write_mod()
library(DynareR)
## Not run:
input_tex("DynareR/TeXFolder/olsTable.tex")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.