new_england(type = "necta", cb = FALSE, ...)
'necta'
, the default),
the combined NECTA file ('combined'
), or the NECTA divisions file ('divisions'
).type = 'necta'
.refresh
, which specifies whether or not to re-download shapefiles
(defaults to FALSE
), and year
, the year for wcombined_statistical_areas
;
core_based_statistical_areas
;
metro_divisions
; urban_areas
library(tigris)
library(sp)
ne <- new_england(cb = TRUE)
plot(ne)
Run the code above in your browser using DataLab