This package provides some example R datasets for demonstration purposes for the 2021 R spatial workshop. The ArcGIS REST services have been scraped and transformed to sf
objects using the esri2sf R package:
You can install Rspatialworkshop from Github:
library(devtools)
install_github("mhweber/Rspatialworkshop")
library(Rspatialworkshop)
library(sf)
library(terra)
data(package = "Rspatialworkshop")
data(bike_paths)
data(parks)
data(pnw)
data(CraterLake)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.