View source: R/fuzzy_string_join.R
fuzzy_string_join | R Documentation |
Fuzzy string join function
fuzzy_string_join(df_left, df_right, by = "", quantile_dist_not_match = 0.5)
df_left |
left df |
df_right |
right df |
by |
name of string to be matched onstringdist |
quantile_dist_not_match |
q of distribution of distance such that greater distances will not be matched |
left df with matched stuff from right df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.