Description Usage Arguments Details Value
Modified join where only a specified subset of y
is kept, with
optional checks and transformations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.x, .y |
tbls to join |
... |
One or more unquoted expressions, passed to |
.by |
a character vector of variables to join by, or a formula defining
a joining condition using a notation such as
|
.na_matches |
Use |
.match_fun |
Vectorized function
given two columns, returning |
.agg |
function or formula or |
.check |
a string, see details about |
.conflict |
if |
.prefix |
prefix of new columns or function/formula to apply on names of new columns |
.fill |
if not |
.mode |
type of join on build on, a left join by default |
Character codes are the same as for safe_*_join
functions, with the
addition of "d"
to check if dots were filled.
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.