render_report: Renders an rmarkdown file using Pandoc.

View source: R/IO.R

render_reportR Documentation

Renders an rmarkdown file using Pandoc.

Description

Creates a PDF report using rmarkdown and Pandoc by passing the specified params to the markdown file given by report_template and storing the PDF in out.file.

Usage

render_report(params, report_template, out.file)

Arguments

params

A list with parameters for the R markdown parser.

report_template

A character vector giving the basename of the Rmarkdown template to use for report creation.

out.file

The filename of the report PDF to be created.

Value

Creates a PDF in out.file if successful.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.