Grocery stores in Chicago, IL as of 2015.

chigroceries

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

Source

Scraped from Google Maps in 2015.

Details

Sf object, Transverse Mercator projection: GRS 80.

Examples

if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(chigroceries) plot(chigroceries["Ycoord"]) }