This file contains 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
# Make sure you install packages! | |
# I recommend dev version | |
# | |
# install.packages('devtools') | |
# devtools::install_github("dkahle/ggmap") | |
library(ggmap) | |
register_google("PUT THE API KEY HERE") | |
library(tidyverse) |
This file contains 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
# view the docs here https://cran.r-project.org/web/packages/meme/vignettes/meme.html | |
# example generating this meme I emailed you | |
# install.packages('meme') | |
library(meme) | |
# only run this once | |
if (.Platform$OS.type == "windows") { | |
windowsFonts( | |
Impact = windowsFont("Impact"), |