R/chicagocomm.R

#' Chicago Community Areas (2010).
#'
#' Population in Chicago community areas in 2010.
#'
#' Sf object, unprojected. EPSG 4326: WGS84.
#'
#' @format An sf data frame with 77 rows, 4 variables, and a geometry column:
#' \describe{
#'   \item{community}{Community name}
#'   \item{area_num_1}{Community ID}
#'   \item{NID}{Community ID (repeated)}
#'   \item{POP2010}{Population in 2010}
#'   \item{geometry}{MULTIPOLYGON}
#' }
#' @source \url{https://data.cityofchicago.org/Facilities-Geographic-Boundaries/Boundaries-Community-Areas-current-/cauq-8yn6}
#' @examples
#' if (requireNamespace("sf", quietly = TRUE)) {
#'   library(sf)
#'   data(chicago_comm)
#'
#'   plot(chicago_comm["community"])
#' }
"chicago_comm"

Try the geodaData package in your browser

Any scripts or data that you put into this service are public.

geodaData documentation built on July 2, 2020, 1:33 a.m.