Skip to content

Open data made available through the DATA Act can encourage data-driven decision making for actors at each level of government as well as outside of it.

Notifications You must be signed in to change notification settings

USAspendingexplorer/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 at the county level. 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.

Explore the our 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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •