Reports exact stable-ID matches and separates unmatched, duplicated, ambiguous-name, and wrong-parent rows. It does not mutate or join the input; applications remain in control of policy for aliases and fallbacks.
Arguments
- data
External data frame to validate.
- index
A
spatial_join_index()object.- key_col
Stable identifier column in
data.- name_col
Optional display-name column in
data, used only to report ambiguous fallback names.- parent_col
Optional parent identifier column in
data, compared withindex$parent_idfor exact key matches.
