get_census | R Documentation |
Load Census block group population data for Minnesota.
get_census(geoid = NULL, year = 2010)
geoid |
c(x,y,z) a vector of block group IDs to return |
year |
The Census year. Currently only 2010 available. |
# All block groups
bgs <- get_census()
# A single block group
bgs <- get_census(geoid = c(271090017024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.