-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Cristian E. Nuno edited this page Sep 10, 2017
·
1 revision
Chicago Public Schools (CPS) Locator is a web-based Shiny app that empowers users to interact firsthand with CPS school year 2016-2017 data.
Copy and paste the following R commands to run the app locally on your machine:
# Install necessary packages
install.packages( c("shiny", "DT", "shinydashboard", "dplyr"
, "magrittr", "htmltools", "htmlwidgets"
, "sp", "splancs", "stringr", "rgeos"
, "devtools", "bitops", "RCurl", "rgdal"
) )
# install `leaflet` package from source
# for more info, click here: https://rstudio.github.io/leaflet/
devtools::install_github( "rstudio/leaflet" )
# Load necessary packages
library( shiny )
# Run shiny app from your R/RStudio Console
shiny::runUrl( url = "https://github.com/cenuno/shiny/archive/master.zip"
, subdir = "cps_locator"
)
Please check out the CPS Locator Version 3.0 Projects Board to get an update on the tasks remaining for this project.
Created by: Cristian E. Nuno
Professional Portfolio: Urban Data Science
LinkedIn®: https://www.linkedin.com/in/cristiannuno