
Create a Gazepoint quality-control supplement section
Source:R/reviewer-report-templates.R
create_gazepoint_qc_supplement.RdGenerate a compact reviewer-facing quality-control supplement from available export-profile, design-audit, event-audit, condition-balance, and decision-log objects.
Usage
create_gazepoint_qc_supplement(
export_profile = NULL,
design_audit = NULL,
event_audit = NULL,
condition_audit = NULL,
decision_log = NULL,
title = "Gazepoint workflow quality-control supplement"
)Arguments
- export_profile
Optional object from
profile_gazepoint_export_folder().- design_audit
Optional object from
audit_gazepoint_experiment_design().- event_audit
Optional object from
audit_gazepoint_event_coverage().- condition_audit
Optional object from
audit_gazepoint_condition_balance().- decision_log
Optional object from
create_gazepoint_analysis_decision_log().- title
Section title.