Skip to content

deewuok/okc-budget-data

 
 

Repository files navigation

OKC Budget Data and Visualizations

Data and visualizations for the City of OKC budget. The first data provided is FY2015 budget details, which can be viewed in CSV format.

Data was provided by the City of OKC via an Open Records request.

Data munging

We're using R to munge the data that we get from the city.

On Mac OS X you can:

brew install r

You may also want to install R-Studio(http://www.rstudio.com/).

You WILL need to install a few R libraries. In an R prompt (or R Studio prompt) you should run:

install.packages("dplyr")
install.packages("jsonlite")

About

Data and visualizations for the City of OKC budget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • R 26.2%
  • HTML 10.9%
  • CSS 2.7%