pl_get_baf {PL94171} | R Documentation |
Download 2020 Block Assignment Files for a State
Description
From the Census: "The Block Assignment Files (BAFs) are among the geographic products that the Census Bureau provides to states and other data users containing the small area census data necessary for legislative redistricting. The BAFs contain Census tabulation block codes and geographic area codes for a specific geographic entity type."
Usage
pl_get_baf(abbr, geographies = NULL, cache_to = NULL, refresh = FALSE)
Arguments
abbr |
the state abbreviation to get the BAF for |
geographies |
the geographies to get. Defaults to all available. |
cache_to |
the file name, if any, to cache the results to (as an RDS).
If a file exists and |
refresh |
if |
Value
A list of tibbles, one for each available BAF geography.
Examples
pl_get_baf("RI")
pl_get_baf("RI", "VTD")
[Package PL94171 version 1.1.2 Index]