Prepared by: Allison Horst and Casey O'Hara
-
SF trees data are from SF Open Data Portal. See more information from Thomas Mock and TidyTuesday here.
-
SF roads shapefile is from data.gov.
- Fork, clone a repo from GitHub
- Remind ourselves of reproducible workflows (R Projects,
here
, RMarkdown) - Review some data wrangling basics with
dplyr
- Introduce some new
dplyr
andtidyr
functions - Convert lat/lon to spatial coordinates with
sf::st_as_sf
- Make static and interactive maps with
ggplot
andtmap
- Stage, commit, push changes back to your copy of GitHub repo