From 9e61d6407f95b2dac227d6bd3af136374a131fb6 Mon Sep 17 00:00:00 2001 From: Lucky <66523959+l-ucky@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:33:37 -0300 Subject: [PATCH] Update 4ChanScraperv2.R Added required libraries for sentiment analysis. --- 4ChanScraperv2.R | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/4ChanScraperv2.R b/4ChanScraperv2.R index d8f64f7..b4c25e6 100644 --- a/4ChanScraperv2.R +++ b/4ChanScraperv2.R @@ -5,6 +5,12 @@ library("tidyverse") library("ggplot2") library("wordcloud") library("tidytext") +library("tinytex") +library("syuzhet") +library("lubridate") +library("scales") +library("reshape2") +library("dplyr") # This scraping is getting all of the internal links