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") %>% stringr::str_extract("(?<=: ).*")

Start date: 2021-02-11

Within Sheffield City:

Heeley area

Local PKW: Sheaf Consortium (PKW11)

Table of LSOAs that are not entirely contained within Sheaf

inside_outside_table
tmap::tmap_mode("plot")


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

map1
tmap::tmap_mode("view")
map1

tmap::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, and Andy Eames at Sheffield CCG for their 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.