exact_join: Join two tbls together

exact_joinR Documentation

Join two tbls together

Description

This function will complain if x and y cannot be "exactly" joined. This happens when there are either:

  • rows in x with no match in y; or

  • rows in y with no match in x

Usage

exact_join(
  x,
  y,
  by = NULL,
  ...,
  fail_with = stop,
  convert = FALSE,
  verbose = TRUE
)

Arguments

x,

y tbls to join

by

a character vector of variables to join by

...

see help(join, package = "dplyr")

convert

passed to dplyr::all_equal()

verbose

display messages


BAAQMD/tbltools documentation built on Feb. 29, 2024, 5:45 a.m.