Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monogenea/f4bab41925fcee214f45747b300ae7a8 to your computer and use it in GitHub Desktop.
Save monogenea/f4bab41925fcee214f45747b300ae7a8 to your computer and use it in GitHub Desktop.
# Load libraries
library(tidyverse)
library(reshape2)
library(ggplot2)
library(ggridges)
library(lubridate)
library(rtweet)
library(maps)
library(quanteda)
# Read final dataset
allTweets <- read_twitter_csv("../input/gotTwitter.csv", unflatten = T)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment