This function generates a QC report based on the files within the QC log
and renders it into a PDF report.
renderQCReport(.output_dir, .project_number = NULL)
Arguments
- .output_dir
Character string. Path to the directory where the output PDF
should be saved. This argument is required.
- .project_number
Character string (optional). Used for the output PDF filename
prefix. If NULL (default), inferred from the SVN project URL.
Value
Invisible. The function will save a PDF report named "-qc-report-(current date).pdf"
to the specified output directory. 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("deliv/report")
} # }