knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "images/"
  # out.width = "100%"
)



library(here)
library(readr)
library(dplyr, warn.conflicts = FALSE)
library(stringr)
library(janitor)
library(jogger)
library(sf)
library(tmap)
library(leaflet)
library(leaflet.extras)
library(htmlwidgets)

source(here("R", "data-prep.R"))

r readLines(here::here("DESCRIPTION")) %>% stringr::str_subset("^Description") %>% str_extract("(?<=: ).*")

Start date: 2021-02-11

Within Sheffield City:

Heeley area

Local PKW: Sheaf Consortium (PKW11)

tmap_mode("plot")


map1 <- tm_shape(sheffield_city_boundary) +
  tm_borders("orange", 4) +
  tm_shape(sheaf_boundary) +
  tm_borders("cornflowerblue", 2)

map1

tmap_leaflet(map1, mode = "view")

boundary of Gleadless Valley ward

The documents folder

A collection of relevant documents found from initial web search. Summary of documents, with hyperlinks to sources, to be included here...

Other links

Sheffield Joint Strategic Needs Assessment data site

Acknowledgements

Thanks to Dale Burton at Sheffield City Council for his kind and prompt assistance.

Heeley Trust

Sheffield Data for Good logo

A Sheffield Data for Good project.



francisbarton/sheffield-pkw-neighbourhoods documentation built on Dec. 20, 2021, 8:50 a.m.