This project is designed the pull American Community Survey Poverty data and visualize the trajectories of poverty rate. The results are used as a descriptive content to the Seattle $15 Minimum Wage study.
.
βββ README.md
βββ data
β βββ WA_counties.RDS
β βββ WA_geo_counties.RDS
β βββ WA_geo_tracts.RDS
β βββ WA_tracts.RDS
β βββ WA_tracts_no_water.RDS
β βββ census_variables.RDS
β βββ census_variables.csv
β βββ plot_data.RDS
β βββ seattle_city_tracts.csv
β βββ total_data.RDS
βββ main.R
βββ plots
β βββ poverty_trajectories.png
β βββ single_hh_maps_count.pdf
β βββ single_hh_maps_percent.pdf
βββ resources
β βββ decennial_2010_sf1.pdf
βββ scripts
β βββ compare_seattle_king_county.R
β βββ create_hh_tables.R
β βββ get_acs_poverty.R
β βββ get_census_sf1.R
β βββ get_shapefiles.R
β βββ plot_poverty_trajectories.R
β βββ plot_themes.R
βββ tracking_poverty .Rproj
To update the folder structure:
fs::dir_tree(recurse = 2, glob = "renv*", invert = TRUE)