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