Hi all,
I am creating my first project and I want to eventually produce a chloropleth map by joining mydata (tibble) and mymap (sf and data.frame). mydata is census data with county names, however some have been split into smaller areas like north and south county_name and mymap only has the whole counties. What is the most convenient way to group the split counties so I can rename them to match the map data (so just count_name) and also to combine the values ? Thanks