I’m trying to do a fuzzy logic join in R between two datasets:
config
I was able to join the two datasets, using the fuzzyjoin package:
library(fuzzyjoin) stringdist_inner_join(Dataset1, Data2, by ="Name", distance_col = NULL)