All Questions
2 questions
0
votes
2
answers
169
views
Error reading txt file into R and turning it into a wordcloud using the tm package
{R version 3.1.2}
I am trying to make a function that can take the name of any txt file in the working directory and automatically read it, remove stop words, and create a word cloud. Here is the ...
0
votes
1
answer
1k
views
Errors when creating a wordcloud using the tm and wordcloud packages in R
I am a little unclear about some errors I'm getting using the tm package.
I know that the wordcloud function in the wordcloud package takes a corpus as an argument:
As stated in the ...