Skip to contents

[Experimental]

Joins system-check summaries onto log-derived session data. The function only joins by explicit or clearly shared identifier columns and errors when no join key can be found.

Usage

add_system_check_summary(log_data, system_check_summary, by = NULL)

Arguments

log_data

Tibble. Log-derived session data, for example from summarise_log_qc() or summarise_log_environment().

system_check_summary

Tibble. Output of summarise_system_checks().

by

Optional character vector of join columns. If omitted, the intersection of common session identifier columns is used.

Value

A tibble.