Corpus Data Scraping & Sentiment Analysis

My notes from the November 7th webinar led by Adriana Picoral

This is the github resource

R studio

I´m using R version 4.0.2 (2020-06-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
MacOS High Sierra 10.13.6

We´re using these packages:

install.packages("tidytext")
install.packages("tidyverse")
install.packages("rvest")