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 11e633b commit f883f1fCopy full SHA for f883f1f
R/join.R
@@ -436,8 +436,8 @@ full_join.data.frame <- function(
436
#' Filtering joins filter rows from `x` based on the presence or absence
437
#' of matches in `y`:
438
#'
439
-#' * `semi_join()` return all rows from `x` with a match in `y`.
440
-#' * `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`.
441
442
#' @param x,y A pair of data frames, data frame extensions (e.g. a tibble), or
443
#' lazy data frames (e.g. from dbplyr or dtplyr). See *Methods*, below, for
0 commit comments