Description Usage Format Source See Also Examples
A SpatialPolygonsDataFrame containing the 2010 Chicago census tracts that can only be used with sp package.
1  | data("census_tracts_spdf")
 | 
A SpatialPolygonsDataFrame with 801 observations on the following 10 variables:
statefp1017, a 2-digit code from the American National Standards Institute/Federal Information Processing Standards (ANSI/FIPS) that represents the State of Illinois
name10un-padded 3-to-6 digit (excluding the decimal point) name of the census tract
commarea_nnumeric name of the community area that the census tract lays within, which can be used as a crosswalk to identify particular census tracts in a given community area
namelsad10character name of the census tract
commareanumeric name of the community area that the census tract lays within, which can be used as a crosswalk to identify particular census tracts in a given community area
geoid1011-digit code that unique identifies the census tract as a concatenation of statefp10 (2-digits) + countyfp10 (3-digits) + tractce (6-digits)
notesnot every census tract lays exactly within a community area which is where the City of Chicago made notes regarding instances of overlap, low population, or a census tract falling outside the City's boundaries
tractce10padded 6-digit name of the census tract
countyfp103-digit county name for Cook County
geometrya list that contains the dimensions and the simple feature geometry type
This SpatialPolygonsDataFrame object comes from the City of Chicago Data Portal, Boundaries - Census Tracts - 2010. The file was last updated on July 11, 2018.
?pointdexter::census_tracts_sf
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.