library(fuzzyjoin)
df1 %>% # Left join based on stringdist using city and city_actual cols
stringdist_left_join(df2, by = c("df1_col" = "df2_col"))
library(fuzzyjoin)
df1 %>% # Left join based on stringdist using city and city_actual cols
stringdist_left_join(df2, by = c("df1_col" = "df2_col"))