block_groups(state, county = NULL, cb = FALSE, detailed = TRUE, ...)
refresh
, which specifies whether or not to re-download shapefiles
(defaults to FALSE
), and year
, the year for wblocks
;
counties
; places
;
pumas
; school_districts
;
states
; tracts
;
zctas
library(tigris)
library(sp)
benton_bgs <- block_groups("Oregon", "Benton")
plot(benton_bgs)
Run the code above in your browser using DataLab