de-data-lab / voucher-eligibility

This repo contains all script and documentation related to out exploratory work on voucher (section 8) assistance eligibility across Delaware.
https://techimpact.shinyapps.io/housing-voucher
GNU Affero General Public License v3.0
1 stars 0 forks source link

Production Test

Examining Housing Choice Voucher (Section 8) in Delaware

This repo contains all scripts and documentation related to out exploratory work on Housing Choice Voucher (Section 8) assistance eligibility across Delaware.

Overview

Housing Choice Voucher (Section 8) provides housing for families in a housing crisis in the US. However, the program struggles to provide vouchers to most qualified families. We built this app to help people learn how well the program is doing in Delaware.

We draw data from HUD and ACS.

We make the source code of this app publicly available so that anyone can see how we combine data and report findings. Please feel free to submit an issue if you notice any bugs or have suggestions.

App

Test App

Project Structure

voucher-eligibility/
├─ data/
│  ├─ raw/
│  ├─ processed/
├─ docs/ # EDA is hosted here as a GitHub page
├─ src/ # Source code (mainly .R files)
├─ app/ # Shiny app 

Environment Variables

.Renviron

For deployment to Shinyapps.io:

.Rprofile

There are two .Rprofile files in this repository

  1. Root folder - a dummy file that loads the .Rprofile file in the app folder. This file will be loaded when opening the .Rproj file on RStudio.
  2. app/ - the actual .Rprofile file that sets up the environment for Python. This folder is being deployed to the shinyapps.io. And thus, the real .Rprofile file will be loaded there as well.

The .Rprofile file sets the following environment variables: