Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.22 KB

budget-explorer

This is a web application for exploring historical budget data for the City of Portland, Oregon, USA. This prototype is currently deployed at: https://jimtyhurst.shinyapps.io/budget-explorer/

This application is written completely in the R language, using the Shiny web application framework. Data is pulled from Hack Oregon's budget web service, which is documented here.

To run the application locally

In RStudio:

  1. Open the application.
  2. Install the packages listed as Imports in the DESCRIPTION file.
  3. Load the shiny package from the console: library(shiny)
  4. Start the application from the console: shiny::runApp()
  5. RStudio will pop open a web browser, running the application.

License

This project is licensed under the terms of the Apache 2.0 License. See the LICENSE file in the source code.