Getting below mentioned error
> Error in stringdist::stringdist(v1, v2, method = method, ...) :
> unused argument (distance_col = "dist")
while running this:
stringdist_left_join(data1, data2, by = "ADDRESS", max_dist = 0.50, ignore_case = FALSE, method = "jw",distance_col ="dist")
Without distance_col ="dist"
i can run and got output without matching score
So,I need matching score of ADDRESS
column of data1
and data2
through the distance_col="dist"
variable.
Pls help me to get the matching score