Skip to content

Commit 32fc74b

Browse files
authored
Clarify documentation #2199
1 parent d20be5d commit 32fc74b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/sf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ st_sf = function(..., agr = NA_agr_, row.names,
298298

299299
#' @name sf
300300
#' @param x object of class \code{sf}
301-
#' @param i record selection, see \link{[.data.frame}
301+
#' @param i record selection, see \link{[.data.frame}, or a \code{sf} object to work with the \code{op} argument
302302
#' @param j variable selection, see \link{[.data.frame}
303303
#' @param drop logical, default \code{FALSE}; if \code{TRUE} drop the geometry column and return a \code{data.frame}, else make the geometry sticky and return a \code{sf} object.
304304
#' @param op function; geometrical binary predicate function to apply when \code{i} is a simple feature object

man/sf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)