Replacing multiple strings in dataframe using dplyr
I have a dataset with over 6000 observations and over 300 different variables. Some of these variables are character-variables with strings. Some of strings contain swearwords which I want to replace with the expression “[incivility]” or misspellings.
Substring replacement in data frame, based on a look-up table [closed]
Closed yesterday.