custom_render_markdown: Internal function to render markdown documents

View source: R/report.R

custom_render_markdownR Documentation

Internal function to render markdown documents

Description

Internal function to render markdown documents

Usage

custom_render_markdown(markdown_template_name, output_file, parameters = NULL)

Arguments

markdown_template_name

The name of the markdown template, excluding ".Rmd"

output_file

The name of the output file to create

parameters

A named list of parameters to pass to the markdown document

Details

The markdown template is expected to live in the inst/rmd directory and an error is raised if it is not found.

Value

The value of 'return_value' as defined in the markdown document

See Also

render


UW-GAC/AnvilDataModels documentation built on Nov. 3, 2024, 7:33 p.m.