input_tex {DynareR} | R Documentation |
Include TeX file in R Markdown or Quarto document.
Description
Use this function to include TeX file in R Markdown or Quarto document.
Usage
input_tex(path, start = NA, end = NA)
Arguments
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 |
Value
Set of TeX
text
See Also
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()
Examples
library(DynareR)
## Not run:
input_tex("DynareR/TeXFolder/olsTable.tex")
## End(Not run)
[Package DynareR version 0.1.4 Index]