Skip to content

Instantly share code, notes, and snippets.

@scfurey
scfurey / Project Code.R
Last active November 7, 2016 15:45
Final Project Code
#USA Visualization 1: Animated Map of Those Living in Metro Areas
#load packages
library (dplyr)
library (readr)
library(ggplot2)
library(RColorBrewer)
library(ggmap)
library(maptools)