diff --git a/README.md b/README.md index 038c162..3e30b75 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ - Objective: Datamining text, and displaying word frequencies. - Uses the following libraries: rvest, tidyverse, tidytext, ggplot2, wordcloud. - If you don't have these installed in your RStudio software, then install them. -- After installing, and copying this script into your RStudio IDE you can skim the board index. +- After installing, and running this script into your RStudio IDE, you can download all posts. +- Downloaded posts are then manipulated to show word frequencies. - Differs from V1 by scraping all replies to OP, and has a much larger noise filter.