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)
Character string (optional). Path to the directory where the output PDF should be saved. If not provided, the document will not be saved locally.
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) {
renderQCReport()
}