Description Usage Format Details Source Examples
Grocery stores in Chicago, IL as of 2015.
1 |
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
Sf object, Transverse Mercator projection: GRS 80.
Scraped from Google Maps in 2015.
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(chigroceries)
plot(chigroceries["Ycoord"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.