R/qc-log.R
create_qc_log.Rd
Creates an empty QC log tibble or reads an existing one from CSV.
create_qc_log(path = NULL)
Character. Optional path to existing QC log CSV.
Tibble with QC log columns: pat_id, session, rater, date, seg_type, quality, notes.
pat_id
session
rater
date
seg_type
quality
notes
qc <- create_qc_log()