Using Quarto markdown allows you to include R-generated code in cool slides
How I would probably go about building these slides
Code
flowchart LR A(data_hurricanes) --> C{processing/hurricanes_per_county.R} B(FL counties) --> C C --> D(county_hur.gpkg) C --> E(FL_hurricanes.gpkg) D --> F[slides.qmd Build leaflet in code chunk] E --> F
flowchart LR
A(data_hurricanes) --> C{processing/hurricanes_per_county.R}
B(FL counties) --> C
C --> D(county_hur.gpkg)
C --> E(FL_hurricanes.gpkg)
D --> F[slides.qmd
Build leaflet in code chunk]
E --> F