pl_get_baf | R Documentation |
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."
pl_get_baf(abbr, geographies = NULL, cache_to = NULL, refresh = FALSE)
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 |
A list of tibbles, one for each available BAF geography.
pl_get_baf("RI") pl_get_baf("RI", "VTD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.