Validates a user-supplied column map against the actual columns present in a data frame. Reports which mappings are present, which are absent, and which data columns are not covered.
Arguments
- data
Data frame with raw column names.
- column_map
Named character vector: standard_name = raw_name. Pass a dataset-specific map from your analysis layer. If NULL, generic alias detection is attempted.
- custom_map
Named character vector. Additional raw -> standard overrides applied on top of
column_map. Optional.