Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 961 Bytes

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