Created
May 6, 2016 00:19
-
-
Save walkerke/80163040d1d9df01e9c247f025194f77 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
library(tigris) | |
us_states <- unique(fips_codes$state)[1:51] | |
us_places <- rbind_tigris( | |
lapply( | |
us_states, function(x) { | |
places(state = x, cb = TRUE) | |
} | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment