Title: | Read Voter Files |
---|---|
Description: | States in the United States make full voter registries available as public information. This enables researchers to use voter files with clean, consistent formats. This package is focused on official voter files, rather than commercially available alternatives. Not all states are supported. The states which have readily available and free voter files are supported. |
Authors: | Christopher T. Kenny [aut, cre] |
Maintainer: | Christopher T. Kenny <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-21 06:06:14 UTC |
Source: | https://github.com/christopherkenny/vf |
Read FL voter file
vf_read_fl(path_detail, path_history, widen_history = TRUE)
vf_read_fl(path_detail, path_history, widen_history = TRUE)
path_detail |
path to FL detail file or directory |
path_history |
path to FL history file or directory |
tibble
# TODO
# TODO
Read NC voter file
vf_read_nc(path_registration, path_history, ...)
vf_read_nc(path_registration, path_history, ...)
path_registration |
path to NC registration file or directory |
path_history |
path to NC history file or directory |
... |
additional arguments passed to |
tibble
# TODO
# TODO
Read NY voter file
vf_read_ny(path, ...)
vf_read_ny(path, ...)
path |
path to NY voter file |
... |
additional arguments passed to |
tibble
# TODO
# TODO
Read OH voter file
vf_read_oh(path_registration, ...)
vf_read_oh(path_registration, ...)
path_registration |
path to OH registration file or directory |
... |
additional arguments passed to |
tibble
# TODO
# TODO
Read OK voter file
vf_read_ok(path_registration, ...)
vf_read_ok(path_registration, ...)
path_registration |
path to OK registration file or directory |
... |
additional arguments passed to |
tibble
# TODO
# TODO