input_tex: Include TeX file in R Markdown or Quarto document.

View source: R/input_tex.R

input_texR 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 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.

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)

DynareR documentation built on Oct. 1, 2023, 1:08 a.m.