blackspot icon indicating copy to clipboard operation
blackspot copied to clipboard

Shiny app exploring Edinburgh traffic collision data

blackspot

docker automated

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!

Screenshots

v0.4

screenshot of shiny app

v0.3

screenshot of shiny app

Credits