How do I remove words from a wordcloud?
问题 I'm creating a wordcloud using the wordcloud package in R, and the help of "Word Cloud in R". I can do this easily enough, but I want to remove words from this wordcloud. I have words in a file (actually an excel file, but I could change that), and I want to exclude all these words, of which there are a couple hundred. Any suggestions? require(XML) require(tm) require(wordcloud) require(RColorBrewer) ap.corpus=Corpus(DataframeSource(data.frame(as.character(data.merged2[,6])))) ap.corpus=tm