I'm looking to understand the feasibility and any recommendations on functions or tools in R to loop through a column in one data frame and compare string by string each string in a column from another dataframe.
The idea is to assign a "yes/no/maybe" to each string on looking for "possible matches" in the other data frame (there might be spelling errors or mis-typed...I just want to narrow down the search for matches)
Is this something R can handle pretty well?