Grocery stores in Chicago, IL as of 2015.
chigroceries
An sf data frame with 148 rows, 7 variables, and a geometry column:
Location ID
X-coordinate
Y-coordinate
Status of the store (e.g. open, open at new location, etc.)
Supermarket address
Supermarket chain
New stores are marked “New”, the rest are left blank
Scraped from Google Maps in 2015.
Sf object, Transverse Mercator projection: GRS 80.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(chigroceries) plot(chigroceries["Ycoord"]) }