Package 'vf'

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-09-01 02:45:52 UTC
Source: https://github.com/christopherkenny/vf

Help Index


Read FL voter file

Description

Read FL voter file

Usage

vf_read_fl(path_detail, path_history, widen_history = TRUE)

Arguments

path_detail

path to FL detail file or directory

path_history

path to FL history file or directory

Value

tibble

Examples

# TODO

Read NC voter file

Description

Read NC voter file

Usage

vf_read_nc(path_registration, path_history, ...)

Arguments

path_registration

path to NC registration file or directory

path_history

path to NC history file or directory

...

additional arguments passed to readr::read_csv()

Value

tibble

Examples

# TODO

Read NY voter file

Description

Read NY voter file

Usage

vf_read_ny(path, ...)

Arguments

path

path to NY voter file

...

additional arguments passed to readr::read_csv()

Value

tibble

Examples

# TODO

Read OH voter file

Description

Read OH voter file

Usage

vf_read_oh(path_registration, ...)

Arguments

path_registration

path to OH registration file or directory

...

additional arguments passed to readr::read_csv()

Value

tibble

Examples

# TODO

Read OK voter file

Description

Read OK voter file

Usage

vf_read_ok(path_registration, ...)

Arguments

path_registration

path to OK registration file or directory

...

additional arguments passed to readr::read_csv()

Value

tibble

Examples

# TODO