hi everyone, I'm a beginner, so the question probably has a trivial answer.
Ubuntu 20.04, Rstudio 2022-07.1
I am trying the initial cleaning of a Corpus, but nothing happens. The working directory has permissions set to 777. I run the command, but the punctuation stays there ... it will be a silly mistake, but I don't see it. Thank you.
The fact that you mention the permissions of your working directory make me think that you may be under the misapprehension that the code you shared would have any effect on the text files in your directory as they are recorded on disk; it would not; your code would load them from disk into memory, and then remove the punctuation from the in-memory representation.