Skip to contents

A thin, named accessor for cohort@qc, the audit trail every cohort_qc() call appends to.

Usage

qc_log(cohort)

Arguments

cohort

A Cohort object.

Value

cohort@qc as a tibble.

See also

Examples

data(example_cohort)
qc_log(example_cohort)
#> # A tibble: 0 × 6
#> # ℹ 6 variables: scope <chr>, id <chr>, action <chr>, reason <chr>,
#> #   previous_status <chr>, timestamp <dttm>