baf | R Documentation |
Download Block Assignment Files (BAF) from the Census Bureau
baf(
state,
year = 2020,
geographies = NULL,
cache_to = baf_download_path(),
overwrite = FALSE
)
state |
state to download data for. |
year |
year to download data for. Default is |
geographies |
geography types to download. Default is |
cache_to |
directory name to save the downloaded data. Default is |
overwrite |
Should the data be re-downloaded? Default is |
a list of dplyr::tibbles for each geography type
baf('DE', 2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.