Skip to content

Web application for exploring historical budget data for the City of Portland, Oregon, USA.

License

Notifications You must be signed in to change notification settings

jimtyhurst/budget-explorer

Repository files navigation

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.

About

Web application for exploring historical budget data for the City of Portland, Oregon, USA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages