skip to Main Content

Wordcloud is cropping text – Twitter API

I am using twitter API to generate sentiments. I am trying to generate a word-cloud based on tweets. Here is my code to generate a wordcloud wordcloud(clean.tweets, random.order=F,max.words=80, col=rainbow(50), scale=c(3.5,1)) Result for this: I also tried this: pal <- brewer.pal(8,"Dark2")…

VIEW QUESTION
Back To Top
Search