I know that this question looks identical to the one posted here, but I still can't get my expression to run. I'm trying to locate "Mr." and using the regular expression "Mr\." to do so. Here is the full line of code:
HPText$text<-str_replace(string = HPText$text, pattern= "Mr\\.", replacement
= "Mister")
Can't wait to find out what stupid mistake I'm making.