amcewen / pct-shiny

The Shiny map for Local Autorites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pct-shiny

Interactive map for prioritising funding for cycling.

Setup

To run the code in this repository you will need a few things, primarily a working version of R. Using RStudio will make your life easier. Running the following code should make the code reproducible on most computers:

pkgs <- c("shiny", "RColorBrewer", "httr", "rgdal", "rgeos")
install.packages(pkgs)
lapply(pkgs, library, character.only = T)
# Install leaflet package from github
devtools::install_github("rstudio/leaflet")
devtools::install_github("rstudio/DT")

About

The Shiny map for Local Autorites

License:GNU Affero General Public License v3.0


Languages

Language:HTML 88.1%Language:JavaScript 10.2%Language:R 1.2%Language:CSS 0.5%Language:Shell 0.0%