Creates a default R Markdown template for audit reports.
Usage
create_rmd_template(template_path, output_format = "pdf")
Arguments
- template_path
Path where the template should be created
- output_format
Output format ("pdf", "html", or "docx")
Value
No return value, called for side effects. Creates an R Markdown
template file at the specified path.