
Summarise log quality anomalies by session
summarise_log_qc.RdCondenses the long anomaly table into one row per session, retaining counts by severity and the set of anomaly codes observed. Sessions with no detected anomalies are included.
Arguments
- logs
Tibble. Logs retrieved with
get_logs()or read withread_logs().- anomalies
Optional tibble returned by
detect_log_anomalies(). When omitted, anomalies are detected fromlogsusing default settings.- session_cols
Optional character vector with columns defining a test session. By default, all available columns among
group_id,group,login_name,login,login_code, andbooklet_idare used.- ...
Additional arguments passed to
detect_log_anomalies()whenanomaliesis omitted.