get_census: get_census

View source: R/get_census.R

get_censusR Documentation

get_census

Description

Load Census block group population data for Minnesota.

Usage

get_census(geoid = NULL, year = 2010)

Arguments

geoid

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

year

The Census year. Currently only 2010 available.

Examples

# All block groups
bgs <- get_census()

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

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