This function reads a configuration file in YAML format, extracts the parameters, and renders an R Markdown document using the specified parameters.
Usage
render_report(
config_filepath,
output_file = "./MutSeqR_Summary_Report.html",
output_format = "html_document"
)