You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Please edit documentation in R/generate_validation_report.R
\name{generate_validation_report}
\alias{generate_validation_report}
\title{Generate Validation Benchmark Report}
\usage{
generate_validation_report(
benchmark_results,
output_file = "Validation_report.html",
template = NULL
)
}
\arguments{
\item{benchmark_results}{A list containing `metrics` (data.frame), `aligned_data` (data.frame), and `plots` (list of ggplot objects) returned by the validation pipeline.}
\item{output_file}{The path where the compiled report should be saved (e.g., "validation_report.html").}
\item{template}{The path to the Quarto template. Defaults to the one provided in the package `inst/reports/Validation_report.qmd`.}