Description Usage Arguments Value
View source: R/coc_zillow_rent.R
Reads in the USPS census tract to zip code crosswalk, cleans up the variable names and types, adds a year variable, and removes entries with no residential units.
1 | process_tract_to_zip(file_path)
|
file_path |
A character vector with the path to the crosswalk. |
A data frame with the processed crosswalk.
zip
: zip code (character)
tract_fips
: census tract FIPS code (character)
year
: year (integer)
res_ratio
: share of census tract's residential addresses in given zip
code (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.