Skip to content

Instantly share code, notes, and snippets.

@andrewbtran
Created March 16, 2017 15:06
Show Gist options
  • Save andrewbtran/909e11b724c59914f2cb3992ee801c1b to your computer and use it in GitHub Desktop.
Save andrewbtran/909e11b724c59914f2cb3992ee801c1b to your computer and use it in GitHub Desktop.
join starbucks to population data
library(dplyr)
sb_adjusted <- left_join(sb, pop, by=c("State_Abbreviation"="Abbrev"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment