Skip to content

Commit aeb4207

Browse files
committed
prep to distill
1 parent a542a8f commit aeb4207

20 files changed

+16
-1270
lines changed

01_georeference.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To introduce the [`mapview` package](https://r-spatial.github.io/mapview/index.h
1414
```{r libraries, message=FALSE, warning=FALSE}
1515
library(tidyverse)
1616
library(sf)
17-
library(leaflet)
17+
#library(leaflet)
1818
library(mapview)
1919
```
2020

02_choropleth.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The [tidycensus](https://walkerke.github.io/tidycensus/index.html) package, deve
1010
library(tidyverse)
1111
library(sf)
1212
library(tidycensus)
13-
library(leaflet)
13+
#library(leaflet)
1414
library(mapview)
1515
```
1616

_old/_answers-1_xy-leaflet.Rmd

Lines changed: 0 additions & 30 deletions
This file was deleted.

_old/_answers-2_tidycensus.Rmd

Lines changed: 0 additions & 186 deletions
This file was deleted.

_old/_exercise-1_xy-leaflet.Rmd

Lines changed: 0 additions & 31 deletions
This file was deleted.

_old/_exercise-2_tidycensus.Rmd

Lines changed: 0 additions & 86 deletions
This file was deleted.

_old/_exercise-3_thematic-map_with_federal_data.Rmd

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)