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
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")
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 for his 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.