hud-chas-data: Make A Tibble of The Project's HUD CHAS Variables

Description Usage Arguments Value Note

Description

Return a tibble of all of the HUD CHAS data variables that are used in the Neighborhood Change Typology model for both 5-year spans (2006-2010 and 2011-2015).

Usage

1
2
3
4
5
prepare_hud_chas_data(zip_path)

make_hud_chas_data(data_template, zip_path, file_path)

make_hud_chas_data_lut(zip_path, file_path)

Arguments

zip_path

Character, the path or connection to write to.

data_template

Tibble, the data_template object

file_path

Character, the file path of the file that is to be extracted

Value

a tibble

Note

Data source: https://www.huduser.gov/portal/datasets/cp.html The 2006-2010 tract data uses the '080' geographic summary level, which was discontinued by the Census in 2014. Tract data from 2009-2013 onward uses the '140' summary level.

After exploring the data, it became clear that '080' can be combined to form '140' and this approach is implemented in make_hud_chas_data().

Links:


tiernanmartin/NeighborhoodChangeTypology documentation built on May 17, 2019, 1:02 p.m.