data cleaning

Using Regular Expressions in R to clean data faster

Regular expressions can be used to speed up data cleaning because they automate process of finding a pattern within strings. This can be a huge time saver, especially with larger datasets.