# \donttest{
# former UDS mapper crosswalks
zi_load_crosswalk(zip_source = "UDS", year = 2020)
# }
if (FALSE) {
# HUD crosswalks
# you will need to replace INSERT_HUD_KEY with your own key
## ZIP Code to CBSA crosswalk for all ZIP Codes
zi_load_crosswalk(zip_source = "HUD", year = 2023, qtr = 1, target = "CBSA",
query = "all", key = INSERT_HUD_KEY)
## ZIP Code to County crosswalk for all ZIP Codes in Missouri
zi_load_crosswalk(zip_source = "HUD", year = 2023, qtr = 1, target = "COUNTY",
query = "MO", key = INSERT_HUD_KEY)
## ZIP Code to Tract crosswalk for ZIP Code 63139 in St. Louis City
zi_load_crosswalk(zip_source = "HUD", year = 2023, qtr = 1, target = "TRACT",
query = 63139, key = INSERT_HUD_KEY)
}
Run the code above in your browser using DataLab