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