The purpose of the Shiny app is to offer the user the selection of any Belgian city or municipality. The app relies on the following packages.
- leaflet - for mapping purposes
- maps - contains the dataset world.cities
- stringr - regex() expressions to extract the city of choice
- dplyr - for data cleaning purposes
- shiny - to run the actual app