Install Packages
library("twitteR")
library("wordcloud")
## Loading required package: RColorBrewer
library("tm")
## Loading required package: NLP
Get Access Keys from dev.twitter.com
consumer_key <- 'pTHnllITCNUGkXvdcbyMuKOpH'
consumer_secret <- 'TAKxB0lEYgdHbY74D09yRoXxSWbP8jnmQMT0RrrOPOEBH5pvGr'
access_token <- '3694569499-XU6EDLcj2T5tjDT00w9SQFBX42G0BpG1mCgszZr'
access_secret <- 'jtwZKXqnedaGWHd3tJkZtMhf8HmlMgRw7C5CQWHDZwVQv'
setup_twitter_oauth(consumer_key, consumer_secret, access_token, access_secret)
## [1] "Using direct authentication"
Read Tweets
num_tweets <- 1000
r_stats <- searchTwitter("PrimeVideo", n=num_tweets, lang = "en")
Clean up text and form wordcloud
r_stats_text <- sapply(r_stats, function(x) x$getText())
r_stats_text_corpus <- Corpus(VectorSource(r_stats_text))
r_stats_text_corpus <- tm_map(r_stats_text_corpus, function(x) iconv(enc2utf8(x), sub = "byte"))
## Warning in tm_map.SimpleCorpus(r_stats_text_corpus, function(x)
## iconv(enc2utf8(x), : transformation drops documents
r_stats_text_corpus <- tm_map(r_stats_text_corpus, content_transformer(tolower))
## Warning in tm_map.SimpleCorpus(r_stats_text_corpus,
## content_transformer(tolower)): transformation drops documents
r_stats_text_corpus <- tm_map(r_stats_text_corpus, removePunctuation)
## Warning in tm_map.SimpleCorpus(r_stats_text_corpus, removePunctuation):
## transformation drops documents
r_stats_text_corpus <- tm_map(r_stats_text_corpus, function(x)removeWords(x,stopwords()))
## Warning in tm_map.SimpleCorpus(r_stats_text_corpus, function(x)
## removeWords(x, : transformation drops documents
wordcloud(r_stats_text_corpus)
## Warning in wordcloud(r_stats_text_corpus): primevideo could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): httpstcor9i08mjeyj could not be
## fit on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): contradicts could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): now could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): artmannpresents could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): talented could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): goranvisnjic could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): fightingfors4 could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): dacantarero could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): streaming could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): great could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): promote could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): single could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ssgarcy could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): youtubetv could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): halloween could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): comcasts could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ren… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): clevvertv could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): horrormovie could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): come could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): everyone could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): appletv could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): good could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): saveshadowhun… could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): much could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): 😍uk… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): paramountnet could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tuned could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): episodes could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): save could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): kylelowder22 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): due could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): caitlinledoux… could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): thecw… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): christmas could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tragedykisses could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): “economic could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): amazon… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): highcastle could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): obviously could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): httpst… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): interesting could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): space could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): cindyww57 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): bretthunt could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ones could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): yep could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): rather could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): pick could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): imagine could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): smithsonian could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): things could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): oprah could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): way… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): pass could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): watch could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): details could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): accept… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): telling could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): jack… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): thewishwall could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): gang could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): primevideoin could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): amazing could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): scorpion could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): saverise could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): lumirules could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): movie could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): seasons could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): httpstcodffgaukkrr👈🏻 could not
## be fit on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): pics could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): anyone could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): coming could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): amazonst… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): heart could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): film could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): excited could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): rent could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): audience could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): fxnetworks could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): inreallife could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): network could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): years could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): day could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): dear could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): seen could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): deserve could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): internally could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): onto could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): jasonensl… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): lineup could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): scary could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): agree could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): shot could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): heard could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): prim… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): therichandtheruthless could not
## be fit on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): freeformtv… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tylerperry could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): since could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): cmshirley13 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tariowei could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): learn could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): school could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): back could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): netflix… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): justameowmom could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): wants could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): perfect could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): 🎵cause could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): smoothmagnus could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ghouls could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): angeles could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): thats could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): iconic could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): adg5 could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): primevi… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): support could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): country could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): weekend could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): pay could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): stop could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): angel could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): shadowhunters could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): premise could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): sling could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): savehannibal could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): constantinfil… could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): apprecia… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): saverufus could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): check could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): httpstcoizjtcvysxr could not be
## fit on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): made could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): jameygiddens could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): series could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): disneychannel could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): billy could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): one could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): marcus could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): disappointed could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): babylon could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): wouldnt could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): dare could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): rock could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): films could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): minaswarez could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): sailors could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): abou… could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): liked could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): xgunsblazingx could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ohyouknowellie could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): nominations could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): simonettalein could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): obfuscatedheart could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): best could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): excellent could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): dedicated could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): arent could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): achieving could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): thetimelessroom could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): clybrook could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): mondaym… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): taking could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): indie could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ready could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): long could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): hard could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): little could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): hollywoodrecs could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): mixture could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): melissaj7 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tonight could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): supposed could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): 💗💗💗 could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): break could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): manny could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): time could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): yes could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): savedeception could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): friday could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): pmrodino could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): live could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): kimberlinbrown could not be fit
## on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): content could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): well could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): take could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): recently could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): enough could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): cast could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): sunnyangel15 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): hannibal could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): sorry could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): 2018 could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): wonderful could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): whats could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): riseagain… could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): deserves could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): dinosaur could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): fangrlmoment could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): entire could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ago could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): soapdigest could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): picking could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): picked could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): lost could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): think could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ask could not be fit on page. It
## will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ceedub70 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): lotlseries1 could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): saveshadowhunters could not be
## fit on page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): interested could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): stufraser could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): cancel could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): movies could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): trying could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): tolerance could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): ruthless could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): horror could not be fit on page.
## It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): straczynski could not be fit on
## page. It will not be plotted.
## Warning in wordcloud(r_stats_text_corpus): anytime could not be fit on
## page. It will not be plotted.