I have a data-set in excel spreadsheet where the row-names are duplicates or near-duplicates, like shown in the image below. Is there a 'tidy' way (in R) of cleaning this? Even a partial solution like merging different rows with different cases (upper, lower, sentence) would be much appreciated.
I am familiar with clean_names (e.g. https://rpubs.com/jenrichmond/clean_names) but I was not able to find one that does this specific job. I want to create another data-frame where I have just one row for each unique city name.