R/map-match.R
map_match.Rd
Given two geospatial polygons x and y, assign the regions from y to the regions in x.
x
y
map_match(x, y)
An sf object of the same size.
sf
An sf object with the geometry from x with rows matched from y.