This function generates a QC report based on the files within the QC log and renders it into a PDF report.
renderQCReport(.output_dir = NULL)
Invisible. The function will save a PDF report named "qc-report-(current date).pdf" to the specified output directory (if available). If the R session is interactive, it will also open the PDF in the default browser.
The QC status of all files in the QC log will be displayed.
if (FALSE) { # \dontrun{
renderQCReport()
} # }