Skip to content

This is my MPA Final Capstone Project developed for the US Treasury Department. It is a dynamic data exploration tool designed to assist in the navigation of federal data made publicly available through usaspending.gov. Access the final product through the website:

Notifications You must be signed in to change notification settings

icps86/USAspending-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USAspending-explorer

USAspending Explorer is an open source tool designed to assist in the navigation of federal data made publicly available through usaspending.gov. This explorer serves as a tool to understand federal funding from county level perspective. It focuses on federal assistance in the form of grants and excludes grants that go directly to the state government because of the complexity of determining the final recipient of those funds.

With USAspending Explorer, you can understand how tax dollars are spent, explore who receives federal grants in your area, and see what that funding is directed towards. This tool shows total funding going to each county, and how funds are distributed geographically within the state adjusted by population. It also offers flexible comparisons between counties and the state average, displays county demographic information to inform county comparisons, and breaks down county funding by the funding agency, recipient, and program to better understand what is driving variations across counties.

Access the final dashboard through this link: https://usaspending-explorer.shinyapps.io/USAspending_Explorer/

And explore the GitHub Repository to find the code for producing the visualizations and running the shiny app.

Launch this application in your R console

devtools::install_github("rstudio/leaflet")

devtools::install_github("ramnathv/rCharts")

install.packages( c( "ggthemes", "shiny", "shinydashboard", "geojsonio"
                    , "magrittr", "scales", "htmltools", "htmlwidgets", "DT"
                    , "dplyr", "stringr", "stringi", "MatchIt", "plotly", "censusapi"
                    , "ggplot2", "igraph", "networkD3", "pander" 
                    ) )

library( shiny )

shiny::runUrl("https://github.com/USAspendingexplorer/USAspending-explorer/archive/master.zip")

Screenshots of USAspending-explorer tabs

Collaborators

Capstone Supervisor

Last updated on June 16, 2017

About

This is my MPA Final Capstone Project developed for the US Treasury Department. It is a dynamic data exploration tool designed to assist in the navigation of federal data made publicly available through usaspending.gov. Access the final product through the website:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.5%
  • R 4.5%