Skip to contents

Applies a custom template to a Quarto report

Usage

apply_template_to_report(report_path, template_name)

Arguments

report_path

Character. Path to the Quarto report

template_name

Character. Name of the template to apply

Value

Invisibly returns TRUE on success

Examples

if (FALSE) { # \dontrun{
apply_template_to_report("reports/analysis.qmd", "company_template")
} # }