A simple features data set containing the geometry and associated attributes for the 2016 City of St. Louis census tracts.

data(stLouis)

Format

A data frame with 106 rows and 7 variables:

STATEFP

state FIPS code

COUNTYFP

county FIPS code

TRACTCE

tract FIPS code

GEOID

full GEOID string

NAME

tract FIPS code, decimal

NAMELSAD

tract name

geometry

simple features geometry

Source

U.S. Census Bureau

#' @examples str(stLouis) head(stLouis)

Note

These data have been modified from the full version available from the Census Bureau - some variables related to geometry and geography type have been removed.