Word cloud of the Code & Supply chat
This script needs to be run through an interactive R session to work properly. To generate the word cloud, follow the steps below.
- Obtain a Slack "Team Export" dump of all the data for a team
- Open an interactive R session
- Ensure that the libraries
jsonlite
,tm
, andwordcloud
are installed. Install them usinginstall.packages()
if necessary - Use the R command
setwd()
to set the working directory the be inside the directory of the exported data - Run the commands in the script
slack-wordcloud.r
in your interactive session. - View your beautiful word cloud!