Introduction and Preparation
  • Introduction
  • Managing Expectations, Prerequisites, Mission Statement
  • Attention: New Developer Account Policy by Twitter
  • Twitter Developer Account
  • Course Links
  • Course R Script
  • Required Packages
  • Connection: R - Twitter
Using R to Harvest and Analyze Twitter Data
  • Twitter Scraping
  • Tweet Content - The Status Class
  • Tweet Cleaning - Phase I
  • Note: Unpacking the lexicons
  • Sentiment Lexicon
  • Sentiment Score Function
  • Data Gathering and Export as CSV
  • Drawbacks of This Approach
  • Code Summary
  • Download Generated CSVs
Using Tableau to Visualize Our Generated Dataset
  • Connecting Tableau to Source Files
  • Ratio of Original and Duplicate Tweets
  • Retweets and Duplicates
  • Inspecting the Time Span
  • Mentioned Product
  • Visualizing the Sentiment Scores
  • Visualizing the Polarity
  • Printing the Data on Maps
  • Interchangeable Charts
  • Summarizing the Data in a Dashboard
  • Summary
Additional Bonus Section: Regular Expressions and Gsub
  • Regular Expressions and Gsub for Sentiment Analysis - Handling of Scraped Data
  • Introduction to Working with Strings in R
  • The Gsub Family of Functions and Regular Expressions
  • Regular Expressions Syntax
  • The Stringr Package
  • Working with Strings in R: Exercise with Solution
  • Section Code Lines