I am having difficulty getting R to read a .txt or .csv file that contains apostrophes.
Some of my columns contain descriptive text, such as \"Attends to customers\' n
Setting the parameter quote="\\" in read.table should do the trick.