knitr::opts_chunk$set(echo = TRUE)
Extracted tweets from all of the representatives (latest 200 as of May 17th 2018)
pacman::p_load(tidyverse) demrep_dat <- read_csv("ExtractedTweets.csv") %>% glimpse #write_rds(toxic_dat, path = "toxic_dat.rds") #save(demrep_dat, file = "demrep_dat.Rdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.