Convenience wrapper for fuzzystring_join_backend(mode = "left").
Arguments
- x
A
data.frameordata.table.- y
A
data.frameordata.table.- by
Columns by which to join the two tables. See
fuzzystring_join.- match_fun
A function used to match values. It must return a logical vector (or a data.frame/data.table whose first column is logical) indicating which pairs match. For multi-column joins, you may pass a list of functions (one per column).
- ...
Additional arguments passed to the matching function(s).