Swoosh algorithm implementation in R. ETL match and merge functions for the entity resolution (ER) model.
match()
Seeks for identity duplications that are not exact (different email, phone numbers, or abbreviations)
merge()
Merges the records that match so they can represent the same entity.