Chapter 2 Packages

Here is a collection of libraries for the following chapters.

#install.packages(c("dplyr","psych","plyr", "ggplot2", "plotly","tidyverse","dplyr","stringi","magrittr","splitstackshape","tidyr","reshape2"))
#install.packages("ggthemes")
#install.packages("bookdown")

library(tidyverse)
library(dplyr)
library(stringi)
library(magrittr)
library(splitstackshape)
library(tidyr)
library(reshape2)
library(plyr)
library(psych)
library(stringr)

library(ggplot2)
library(plotly)
library(ggthemes)

library(lubridate)
library(janitor)
library(data.table)
library(ggthemes)
library(reshape2)
library(directlabels)
library(janitor)
library(readr)

library(tibble)

#devtools::install_github("tidyverse/googlesheets4")
library(googlesheets4)

library(httr) #have R session become a mini browser 
'%!in%' <- function(x,y)!('%in%'(x,y))


# for maps
#install.packages("sf")
#install.packages("geojsonsf")
#install.packages("tmap")
library(sf)
library(geojsonsf)
library(tmap)
library(ggplot2)