Skip to content

An R script to clean and organize contact information. Loading XLSX file into R for data manipulation and cleaning, then exports the cleaned data back into an XLSX file.

Notifications You must be signed in to change notification settings

HNordholm/contact-cleaning-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script cleans contact info. It imports the data from an XLSX file, then makes sure phone numbers are all in the same format. It pulls out apartment, suite, or unit info into its own column to keep things clean.

It also combines multiple email addresses into one entry, gets rid of duplicates, and merges records with the same name while keeping the best info. It checks that ZIP codes are 5 digits and rearranges the columns to keep everything organized.

When it’s done, it saves the cleaned-up data back into an excel file, ready to use.

About

An R script to clean and organize contact information. Loading XLSX file into R for data manipulation and cleaning, then exports the cleaned data back into an XLSX file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages