baf {baf} | R Documentation |
Download Block Assignment Files (BAF) from the Census Bureau
Description
Download Block Assignment Files (BAF) from the Census Bureau
Usage
baf(
state,
year = 2020,
geographies = NULL,
cache_to = baf_download_path(),
overwrite = FALSE
)
Arguments
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 |
Value
a list of tibbles for each geography type
Examples
baf('DE', 2020)
[Package baf version 0.0.1 Index]