
Import a labelled CSV back into a feature/label table
Source:R/calibration_labelling.R
import_labels.RdRead a CSV written by export_for_labelling() (optionally edited by a
user), propagate the block-default equal value from each header row
onto unmarked rows in that block, validate the schema, and return a
data.table ready for fit_filter() / calibrate_matches().
Value
A data.table with the same rows as the original sample plus
a fully populated equal column (0L / 1L).