block_groups(state, county = NULL, cb = FALSE, year = NULL, ...)
refresh
, which specifies whether or not to re-download shapefiles
(defaults to FALSE
).A block group usually covers a contiguous area. Each census tract contains at least one block group and block groups are uniquely numbered within census tract. Within the standard census geographic hierarchy, block groups never cross county or census tract boundaries, but may cross the boundaries of county subdivisions, places, urban areas, voting districts, congressional districts, and American Indian, Alaska Native, and Native Hawaiian areas.
Other general area functions: blocks
,
counties
,
county_subdivisions
, places
,
pumas
, school_districts
,
states
, tracts
,
zctas
## Not run: ------------------------------------
# library(tigris)
#
# benton_bgs <- block_groups("Oregon", "Benton")
#
# plot(benton_bgs)
## ---------------------------------------------
Run the code above in your browser using DataLab