Skip to content
Snippets Groups Projects
Commit f191e77e authored by Boris Baldassari's avatar Boris Baldassari
Browse files

Fix embedded bug in R report.

parent 90cdd439
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,9 @@ corpus <- tm_map(corpus, content_transformer(removeNumbers))
corpus <- tm_map(corpus, removeWords, stopwords("english"))
a <- tm_map(corpus, stemDocument)
sink("/dev/null")
wordcloud(a, scale=c(12,1), max.words=50, random.order=FALSE, rot.per=0.15, use.r.layout=FALSE, colors=brewer.pal(8, "Dark2"))
sink()
```
The list of the 10 last active threads on the forums:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment