exact_join | R Documentation |
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
exact_join(
x,
y,
by = NULL,
...,
fail_with = stop,
convert = FALSE,
verbose = TRUE
)
x, |
y tbls to join |
by |
a character vector of variables to join by |
... |
see |
convert |
passed to |
verbose |
display messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.