Liquor stores in Chicago, IL.
liquorstore
An sf data frame with 571 rows, 2 variables, and a geometry column:
Unique numeric ID
Unique string ID
Scraped from Google Maps in 2015.
Sf object, Transverse Mercator projection, GRS 1980.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(liquorstore) plot(liquorstore["id"]) }