Description Usage Arguments Value Note
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).
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)
|
zip_path |
Character, the path or connection to write to. |
data_template |
Tibble, the |
file_path |
Character, the file path of the file that is to be extracted |
a tibble
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:
Summary level code list https://factfinder.census.gov/help/en/summary_level_code_list.htm
Discontinuation of Summary Level 080 https://www.census.gov/programs-surveys/acs/technical-documentation/user-notes/2013-11.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.