chigroceries: 2015 Chicago supermarkets

Description Usage Format Details Source Examples

Description

Grocery stores in Chicago, IL as of 2015.

Usage

1

Format

An sf data frame with 148 rows, 7 variables, and a geometry column:

OBJECTID

Location ID

Xcoord

X-coordinate

Ycoord

Y-coordinate

Status

Status of the store (e.g. open, open at new location, etc.)

Address

Supermarket address

Chain

Supermarket chain

Category

New stores are marked “New”, the rest are left blank

Details

Sf object, Transverse Mercator projection: GRS 80.

Source

Scraped from Google Maps in 2015.

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(chigroceries)

  plot(chigroceries["Ycoord"])
}

spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.