get_bg_shapes: get_bg_shapes

View source: R/get_bg_shapes.R

get_bg_shapesR Documentation

get_bg_shapes

Description

Load Census block group shapefile for Minnesota.

Usage

get_bg_shapes(geoid = NULL)

Arguments

geoid

c(271090017024, y, z) a vector of block group IDs to return

Examples

# All block groups
bgs <- get_bg_shapes()

# A single block group
bgs <- get_bg_shapes(geoid = c(271090017024))

MPCA-air/mnrisks documentation built on March 21, 2023, 4:24 a.m.