clean_bafs {baf} | R Documentation |
Clean Block Assignment Files
Description
Clean Block Assignment Files
Usage
clean_bafs(bafs, state = NULL)
Arguments
bafs |
list of block assignment files, named by type |
state |
if provided, adds the first two digits of the state FIPS to each code |
Value
a tibble with two columns
GEOID: block GEOIDs
target: output GEOIDs for the target geography
Examples
baf('WA') |> clean_bafs('WA')
[Package baf version 0.0.1 Index]