metro_divisions {tigris}R Documentation

Download a metropolitan divisions shapefile into R.

Description

Metropolitan divisions are subdivisions of metropolitan areas with population of at least 2.5 million. Please note: not all metropolitan areas have metropolitan divisions.

Usage

metro_divisions(year = NULL, ...)

Arguments

year

the data year; defaults to 2022

...

arguments to be passed to internal function load_tiger, which is not exported. See Additional Arguments.

Additional Arguments

Additional arguments that can be passed in ... are:

See Also

https://www2.census.gov/geo/pdfs/maps-data/data/tiger/tgrshp2020/TGRSHP2020_TechDoc.pdf

Other metro area functions: combined_statistical_areas(), core_based_statistical_areas(), new_england(), urban_areas()


[Package tigris version 2.1 Index]