resolve the RAW_/ANON_-prefixed column names a score_*() call needs, and check up front that all four exist
Source:R/score.R
reid_prefixed_columns.RdEvery score function needs exactly the same four columns, derived the same way from `target` and `row_number`. Deriving them in one place keeps the four functions (and their error messages) from drifting apart.