Shiny app exploring Edinburgh traffic collision data. View from R with:
shiny::runGitHub("blmoore/blackspot")
Or use docker (view at http://localhost:3838):
docker run -dp 3838:3838 blmoore/blackspot
Note analytics.js
contains my Google analytics tracking code, you'll want to comment this out (i.e. includeScript("analytics.js")
in ui.R
) or swap in your own code if you're deploying this app!
- Code: some shiny code (especially UI) adapted from SuperZip.
- Data: Edinburgh open data vehicle collisions.