stLouis {qualmap} | R Documentation |
St. Louis Census Tracts, 2016
Description
A simple features data set containing the geometry and associated attributes for the 2016 City of St. Louis census tracts.
Usage
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
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.
Source
#' @examples str(stLouis) head(stLouis)
[Package qualmap version 0.2.2 Index]