Skip to contents

Thin wrapper around report that fixes format = "tex". Produces a standalone .tex file without compiling to PDF.

Usage

report_tex(object, ...)

# S4 method for class 'technology'
report_tex(object, ...)

Arguments

object

An energyRt S4 object: technology, repository, model, or solved scenario.

...

Arguments forwarded to levcost (when levcost = NULL and levcost parameters are provided) and/or to rmarkdown::render(). Known levcost parameter names are intercepted automatically; everything else is passed to the renderer.

Value

Path to the generated .tex file (invisibly).