fuzzyjoin icon indicating copy to clipboard operation
fuzzyjoin copied to clipboard

Suggested: match_fun's as helper functions

Open ahcyip opened this issue 8 years ago • 1 comments

Suggested feature: Offer the stringdist, interval, etc. match_fun's as helper functions that can be easily input into fuzzy_join.

This would avoid problems like me trying to extract the stringdist function out of stringdist_join :) Here's me trying to use the stringdist match_fun - can you help me figure out what I did wrong here?
Passing arguments into the match_fun function in fuzzyjoin::fuzzy_join

Related to #22 (documentation for match_fun's please!)

ahcyip avatar Jun 06 '17 07:06 ahcyip

Oops, actually backticks did not solve the problem. The problem was that the extra arguments for each match_fun (e.g. ignore_case for string_dist) weren't compatible with all of the match_fun's when I wanted to mix and match (use string_dist for one pair of columns, and >= for another pair).

ahcyip avatar Mar 17 '19 20:03 ahcyip