Word Clouds in RapidMiner and R
There was a question from the RapidMiner Community on how to make a word clouds in RapidMiner using R. It’s really easy. First, you’ll need to make sure you have the Execute R extension installed and configured, then you need to download the “wordcloud” and “RColorBrewer” packages from R Cran Repository. ...