Skip to contents

Invokes the quarto CLI directly via system2() to render a .qmd template. Used when the quarto R package is not available.

Usage

render_quarto_system_call(template_path, output_file, params)

render_quarto_system_call(template_path, output_file, params)

Arguments

template_path

path to template

output_file

report output

params

Named list of report parameters.

Value

Called for its side-effect of writing output_file.