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.
In RStudio:
- Open the application.
- Install the packages listed as
Imports
in theDESCRIPTION
file. - Load the shiny package from the console:
library(shiny)
- Start the application from the console:
shiny::runApp()
- RStudio will pop open a web browser, running the application.
This project is licensed under the terms of the Apache 2.0 License. See the LICENSE file in the source code.