if (FALSE) {
# Download a state-level tract to county crosswalk from NHGIS
file <- download_supplemental_data(
"nhgis",
"crosswalks/nhgis_tr1990_co2010_state/nhgis_tr1990_co2010_10.zip"
)
read_nhgis(file)
# Download 1980 Minnesota block boundary file
file <- download_supplemental_data(
"nhgis",
"blocks-1980/MN_block_1980.zip"
)
read_ipums_sf(file)
}
Run the code above in your browser using DataLab