Combine two polygons
Dear all,
I am using the country-level shapefile from GADM. I would like to merge
Cyprus and North Cyprus into one polygon. Is this possible? I am using
rgdal to read the shapefile, subset, and then rewrite it. Any help will be
highly appreciated.
##
world <- readOGR("~/gadm36_levels_shp", layer = "gadm36_0")
Best regards,
Milu