boundsheff is an R package containing area boundaries for Sheffield as simple features.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("scc-pi/boundsheff")
If you work for Sheffield City Council you can install the binary package for Windows from:
S:\BI Team\ShareToAll\RPackages
Using RStudio you can does this via the Tools > Install packages… menu.
The data is from the ONS Open Geography Portal, SCC AGOL (ArcGIS Online), or the SCC Portal (ArcGIS Enterprise). The latter is behind the Council’s firewall.
library(boundsheff)
library(sf)
ASC (Adult Social Care) locality boundaries.
plot(st_geometry(sf_asc_localities))
100 neighbourhood boundaries.
plot(st_geometry(sf_nhood))
28 Ward boundaries.
plot(st_geometry(sf_ward))
70 MSOA boundaries.
plot(st_geometry(sf_msoa))
345 LSOA boundaries.
plot(st_geometry(sf_lsoa))
1,817 Output Area boundaries.
plot(st_geometry(sf_oa))