Hi guys I know there are few questions related to joining tables in R, I tried most of them but they didn't work, in my case, I have two tables first one (A) has two columns (Id
and company_name
), 70,000 rows, and the second one (B) has company_name
, registration number
.....etc with 10,000,000 rows.
I want to join them to get the registration number
for all the companies in A.
hint, I tried to merge, inner join
using sqldf
,fuzzyjoin
and vlookup
in excel but it didn't return all the record in A.