Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
st_join renames geom column to 'geometry' if x is st_sf with only a s…
…t_sfc col. z <- st_sf(pid=5, geom=st_sfc(st_polygon(list(matrix(c(0,0,4,0,4,4,0,4,0,0),ncol=2, byrow=T))))) x <- st_sf(id=1:2, geom=st_sfc(st_point(1:2), st_point(2:3))) st_join(x[,'geom'], z)
- Loading branch information