Description Usage Format Details Source Examples
Liquor stores in Chicago, IL.
1 |
An sf data frame with 571 rows, 2 variables, and a geometry column:
Unique numeric ID
Unique string ID
Sf object, Transverse Mercator projection, GRS 1980.
Scraped from Google Maps in 2015.
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(liquorstore)
plot(liquorstore["id"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.