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
Local PKW: Sheaf Consortium (PKW11)
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")
documents
folderA collection of relevant documents found from initial web search. Summary of documents, with hyperlinks to sources, to be included here...
Sheffield Deprivation analysis 2011 -- pdf by Alasdair Rae
Sheffield Joint Strategic Needs Assessment data site
Thanks to Dale Burton at Sheffield City Council, and Andy Eames at Sheffield CCG for their kind and prompt assistance.
A Sheffield Data for Good project.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.