Skip to contents

Combines audit, missingness, synchronization, and event-locked summary objects into a reviewer-friendly quality dashboard. If output_dir is supplied, core dashboard tables are exported as CSV/text files.

Usage

create_gazepoint_quality_dashboard(
  data = NULL,
  audit = NULL,
  missingness = NULL,
  alignment = NULL,
  eventlocked = NULL,
  title = "Gazepoint quality dashboard",
  output_dir = NULL
)

Arguments

data

Optional data frame used to compute audit and missingness when explicit objects are not supplied.

audit

Optional object from audit_gazepoint_biometrics_file().

missingness

Optional object from summarize_gazepoint_missingness().

alignment

Optional object from align_gazepoint_streams_by_events().

eventlocked

Optional object from summarize_gazepoint_eventlocked_multimodal().

title

Dashboard title.

output_dir

Optional directory where dashboard tables are written.

Value

Object of class gazepoint_quality_dashboard.