Skip to content

Commit

Permalink
Clarify documentation #2199
Browse files Browse the repository at this point in the history
  • Loading branch information
bart1 committed Jul 5, 2023
1 parent d20be5d commit 32fc74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ st_sf = function(..., agr = NA_agr_, row.names,

#' @name sf
#' @param x object of class \code{sf}
#' @param i record selection, see \link{[.data.frame}
#' @param i record selection, see \link{[.data.frame}, or a \code{sf} object to work with the \code{op} argument
#' @param j variable selection, see \link{[.data.frame}
#' @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.
#' @param op function; geometrical binary predicate function to apply when \code{i} is a simple feature object
Expand Down
2 changes: 1 addition & 1 deletion man/sf.Rd

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

0 comments on commit 32fc74b

Please sign in to comment.