About

About Building Spatial Datasets starters

This project is a repository of starter templates for students in the UMBC course GES668: Building Spatial Datasets.

Here are a few more starters I plan to add:

  • Making interactive maps with {leaflet} and {mapview}
  • Analyzing Census data with {tidycensus} and {gt}

Suggest ideas for other starters or templates by opening an issue in the project GitHub repository.

Presentation starters

Final Project README

Run the following code in your project repository to download the final project README template to your current working directory:

usethis::use_github_file("bldgspatialdata/starters", "README.md")

Final Project Presentation

Run the following code in your course repository to download the final presentation template to your current working directory:

usethis::use_github_file("bldgspatialdata/starters", "final-project-presentation.qmd")

Map starters

Making interactive maps with {rdeck}

Take a look at the template or download the starter using the following code:

usethis::use_github_file("bldgspatialdata/starters", "rdeck-interactive-map.qmd")