R/anti_join-rd.R

#' @title Anti join
#'
#' @description  This is a method for the [dplyr::anti_join()] generic.
#' `anti_join()` returns all rows from `x` with**out** a match in `y`.
#'
#' @inheritParams dplyr::anti_join
#' @examples
#' library(duckplyr)
#' band_members %>% anti_join(band_instruments)
#' @seealso [dplyr::anti_join()]
#' @rdname anti_join.duckplyr_df
#' @name anti_join.duckplyr_df
NULL

Try the duckplyr package in your browser

Any scripts or data that you put into this service are public.

duckplyr documentation built on June 8, 2025, 10:53 a.m.