# 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