Created
October 7, 2019 15:57
-
-
Save monogenea/f4bab41925fcee214f45747b300ae7a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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