Skip to contents

A full quality control report can be generated by passing all 3 modules into the generate_qc_report() function as follows:

# Generate the quality control report
generate_qc_report(
  contract_dt = bra_hrmis_contract,
  personnel_dt = bra_hrmis_personnel,
  est_dt = bra_hrmis_est,
  output = "quality_control_report.html"
)

View an example Quality Control Report →