We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb25640 commit db5da41Copy full SHA for db5da41
R/join.R
@@ -420,8 +420,8 @@ full_join.data.frame <- function(x,
420
#' Filtering joins filter rows from `x` based on the presence or absence
421
#' of matches in `y`:
422
#'
423
-#' * `semi_join()` return all rows from `x` with a match in `y`.
424
-#' * `anti_join()` return all rows from `x` with**out** a match in `y`.
+#' * `semi_join()` returns all rows from `x` with a match in `y`.
+#' * `anti_join()` returns all rows from `x` with**out** a match in `y`.
425
426
#' @param x,y A pair of data frames, data frame extensions (e.g. a tibble), or
427
#' lazy data frames (e.g. from dbplyr or dtplyr). See *Methods*, below, for
0 commit comments