Skip to content

Commit

Permalink
remove added example
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Sep 1, 2024
1 parent 7adcfec commit 13a989d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/geom-predicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ st_overlaps = function(x, y, sparse = TRUE, prepared = TRUE, ...)
#' st_equals(p, remove_self = TRUE)
#' (u = st_equals(p, retain_unique = TRUE))
#' p[-unlist(u),]
#' st_equals_exact(p1, p2)
st_equals = function(x, y, sparse = TRUE, prepared = FALSE, ...,
retain_unique = FALSE, remove_self = FALSE) {
if (prepared)
Expand Down
1 change: 0 additions & 1 deletion man/st_equals.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13a989d

Please sign in to comment.