Skip to contents

Creates an empty QC log tibble or reads an existing one from CSV.

Usage

create_qc_log(path = NULL)

Arguments

path

Character. Optional path to existing QC log CSV.

Value

Tibble with QC log columns: pat_id, session, rater, date, seg_type, quality, notes.

Examples

qc <- create_qc_log()