Returns a named character vector mapping source column names (those defined on the profile) to canonical field names.
Examples
p <- morie_fairness_city_profile("x", area_col = "a", risk_col = "r")
morie_fairness_column_map(p)
#> a r
#> "area" "risk"
