Pablo-source / Shiny-app-POC

Building a new Shiny app as a POC to test new Shiny dashboard features. Using {plotly} interactive plots and {leaflet} interactive maps, and react from {reactR} package
MIT License
2 stars 0 forks source link

included_shapefile_and_functions #5

Closed Pablo-source closed 2 months ago

Pablo-source commented 2 months ago

Included shapefile to draw maps and ad-hoc functions to download Health Index scores information for Integrated Care Systems in Englan. These indicators come from ONS website using the URL provided to download .xlsx file with the list of 42 ICSs.

Next step will be to load "healthindexscoresICB.xlsx" file in R to perform some data cleansing and re-shape all different indicators from wide to long format. To merge it with the Shapefile to produce our first Leaflet map.

All changes applied can be seen in the "files changes" section below.

Pablo-source commented 2 months ago

Hi @henryygu , I might check in the next four days whether this pull request has been reviewed, if not don't worry, we will resume this work next week.