Learn R Programming

DynareR (version 0.1.4)

input_tex: 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)

Value

Set of TeX text

Arguments

path

Object or a character string representing the path to the TeX file

start

Numeric. The start line(s) of the TeX file to include.

end

Numeric. The last line(s) of the TeX file to include.

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

Run this code
library(DynareR)
if (FALSE) {

input_tex("DynareR/TeXFolder/olsTable.tex")
}

Run the code above in your browser using DataLab