
Export a match sample to CSV for manual labelling
Source:R/calibration_labelling.R
export_for_labelling.RdWrite a sampled set of matches to a CSV pre-filled with an equal
column on block-header rows. Users edit the CSV in any spreadsheet,
marking only exceptions (e.g. false positives) and leaving the rest
as defaults.
Block definition follows the matches schema: for candidate matches
(from search_candidates()), the header is the base-side row and
candidate rows inherit its default. For duplicate matches (from
detect_duplicates()), the header is the rank-1 row and the
remaining records in the duplicate group inherit its default.