R/census_regions.R
add_unique_names_to_region_list.Rd
Names of municipalities are not always unique, especially at the CSD level. This function takes as input a subset of a regions list as generated from `list_census_regions()` and de-duplicates names as needed by adding the municipal status in parenthesis. If this does not de-duplicate the name then the geographic identifier will be further added in parenthesis behind that.
add_unique_names_to_region_list(region_list)
a subset of a regions list as gotten from `list_census_regions()`
The same list of regions with an extra column `Name` with de-duplicated names.