In data science for social sciences, text data is especially important to be dealt with with care. In R, there are many packages you can use for dealing with text data. In this workshop, we will be going over the stringr package which is included in the tidyverse package. We will also talk about regular expressions [regex], which is a common way to deal with strings across most language.