For the final course project in Johns Hopkins: Developing Data Products course we are tasked with designing and building a Shiny app and accompanying presentation (this document!).
15/09/2020
For the final course project in Johns Hopkins: Developing Data Products course we are tasked with designing and building a Shiny app and accompanying presentation (this document!).
The Shiny app must:
- Use an input in ui.R
- Perform calculations on the input in server.R
- Return an output of the calculation
I have decided to create an application that retrieves Public Health England data on COVID-19 cases for different areas of the UK.
Input choices are generated from the data
## Length Class Mode ## 351 character character
## [1] "Adur" "Allerdale" "Amber Valley" "Arun" "Ashfield" ## [6] "Ashford"
Here is an example of the plot that would be generated in Shiny for my home county of Surrey.