R/full_join-rd.R

#' @title Full join
#'
#' @description  This is a method for the [dplyr::full_join()] generic.
#' See "Fallbacks" section for differences in implementation.
#' A `full_join()` keeps all observations in `x` and `y`.
#'
#' @inheritParams dplyr::full_join
#' @examples
#' library(duckplyr)
#' full_join(band_members, band_instruments)
#' @seealso [dplyr::full_join()]
#' @rdname full_join.duckplyr_df
#' @name full_join.duckplyr_df
NULL
duckdblabs/duckplyr documentation built on March 5, 2025, 3:46 a.m.