Sorry if this is a stupid question, but I tried searching for similar problems and did not find what I was looking for.
I scraped some text from Internet and now try to work with it in R. I encountered a problem: there are unknown characters inserted in the middle of some words. It looks normal when I just display the table, but when I copy the text there is this symbol. For example, if the cell in the table is "Example", when I copy it to the console, I see this:
This unfortunately is problematic as R does not recognize the word in these cases and would not find the cell if I, for example, would try to find all cells that contain the word "Example". As the error seems random and doesn't just apply to specific words I do not know how to fix it - can anybody help me?
Thank you very much in advance!!