The goal of spatialdatalearnr is to provide interactive tutorials, templates, and other materials to support people participating in the Building Spatial Datasets course at the University of Maryland Baltimore County (UMBC). Learn more on the course website.
You can install the development version of spatialdatalearnr from GitHub with:
# install.packages("devtools")
pak::pkg_install("elipousson/spatialdatalearnr")
library(spatialdatalearnr)
Once the package is installed you can list available tutorials or run tutorials.
available_spatialdata_tutorials()
#> Available tutorials:
#> * spatialdatalearnr
#> - spatial_operations_sf : "Tutorial"
#> - summarise_sf : "Exploring attribute and spatial data with dplyr ...
run_spatialdata_tutorial("summarise_sf")