Skip to content

Commit 5b01b87

Browse files
authored
fix example bug
1 parent 7e49b57 commit 5b01b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/st_join.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#' polygons_wkt <- mutate(polygons_wkt, y = st_geomfromwkt(geom))
2828
#' points_wkt <- mutate(points_wkt, x = st_geomfromwkt(geom))
2929

30-
#' sc_res <- st_join(polygons_wkt, points_wkt, join = sql("st_contains(y,x)"))
30+
#' sc_res <- st_join(polygons_wkt, points_wkt, join = sql("st_contains(y,x)")) %>%
3131
#' group_by(area, state) %>%
3232
#' summarise(cnt = n())
3333
#' }

0 commit comments

Comments
 (0)