Code to produce an interactive map showing the population-level risk of household food insecurity in English neighbourhoods.
The risk index was created by Smith et al. (2018) Identifying populations and areas at greatest risk of household food insecurity in England. Note that the data isn't included with this repository. Please contact the corresponding author of the paper for the data.
- Install RStudio
- Install packages:
install.packages("tidyverse", "readxl", "rgdal", "rmapshaper", "spdplyr", "leaflet", "leaflet.extras")
- Open
hunger.Rmd
and knit the file