Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: report distances from stringdist_join() and friends #10

Closed
lmullen opened this issue Jun 22, 2016 · 3 comments
Closed
Assignees

Comments

@lmullen
Copy link

lmullen commented Jun 22, 2016

For the types of fuzzy joins that have some kind of a distance metric (e.g., a string distance for stringdist_join() and friends), would it be possible to have an option to return the distance measure as a new column in the resulting data frame?

@dgrtwo dgrtwo self-assigned this Jun 22, 2016
@dgrtwo
Copy link
Owner

dgrtwo commented Jun 22, 2016

Good idea!

@dgrtwo dgrtwo closed this as completed in 4df16ce Jun 23, 2016
@dgrtwo
Copy link
Owner

dgrtwo commented Jun 23, 2016

Added distance_col option to those functions (and ability for match_fun in fuzzy_join to return multiple columns generally). Let me know how it works out!

@lmullen
Copy link
Author

lmullen commented Jun 23, 2016

Works brilliantly on some test data. I'll give it a shot with the real data. Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants