Description Usage Arguments Details Value Source Examples
Boundaries for U.S. states, counties, or commuting zones as sf object.
1 2 3 4 5 | boundaries(
geography = c("state", "county", "cz"),
resolution = c("20m", "5m", "500k"),
projection = c("albers", "longlat")
)
|
geography |
One of:
|
resolution |
One of:
|
projection |
One of:
|
The default 1:20,000,000 resolution is suitable for maps of the entire U.S. The other two higher resolutions are suitable for maps of smaller areas. The default Albers equal area projection is suitable for maps of the entire U.S. The longitude and latitude projection is suitable for maps of smaller areas.
An sf object.
U.S. Census Bureau. 2018 Cartographic Boundary Shapefiles.
USDA Economic Research Service. 1990 Commuting Zones.
1 | counties <- boundaries(geography = "county")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.