stl_get_geo: Get Census Spatial Data

Description Usage Arguments

View source: R/get_geometry.R

Description

Pull TIGER/Line data from the U.S. Census Bureau's API via the tidycensus package. These are commonly known as "shapefiles" in GIS contexts.

Usage

1
stl_get_geo(region, level, year = 2017, crs = 26915, ...)

Arguments

region

One of "city", "city/county", "core", "ew gateway", "metro east", "metro west", or "full metro"

level

One of...

year

Vintage for data; defaults to 2017.

crs

EPSG code to transform data to; defaults to UTM 15N.

...

Advanced options to pass on to the tigris package.


slu-openGIS/eads documentation built on Dec. 3, 2019, 5:32 a.m.