Description Usage Arguments Details Value See Also
Join two data.frame
s using fuzzy string matching.
1 2 3 |
x |
tbls to join |
y |
tbls to join |
mode |
From |
max_dist |
From |
... |
From |
by |
a character vector of variables to join by. If To join by different variables on x and y use a named vector.
For example, |
copy |
If |
suffix |
If there are non-joined duplicate variables in |
This function is effectively a customized version of the stringdist_join
functions in the {fuzzyjoin}
package.
Additionally, this function is primarily intended to be uzed before tetidy::summarise_join_stats()
with mode = "full"
.
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.