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)

Arguments

.output_dir

Character string (optional). Path to the directory where the output PDF should be saved. If not provided, the document will not be saved locally.

Value

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.

Details

The QC status of all files in the QC log will be displayed.

Examples

if (FALSE) { # \dontrun{
renderQCReport()
} # }