mirror of
https://github.com/kidwellj/hacking_religion_textbook.git
synced 2024-10-31 17:02:21 +00:00
small corrections to ch3
This commit is contained in:
parent
d99cbac7d0
commit
e2796591ea
|
@ -116,7 +116,7 @@ tmap_save(map1, here("figures", "map.png"), width=1920, height=1080, asp=0)
|
|||
```{r, results = 'hide'}
|
||||
# subsetting ordnance survey openmap data for measuring clusters and proximity
|
||||
|
||||
os_openmap_important_buildings <- st_read(here("data", "os_openmap_important_buildings.gpkg"), quiet = TRUE)
|
||||
os_openmap_important_buildings <- st_read(here("example_data", "os_openmap_important_buildings.gpkg"), quiet = TRUE)
|
||||
|
||||
# add pubs, check_cashing, pawnbrokers, SSSI
|
||||
## subsets
|
||||
|
|
Loading…
Reference in a new issue