eiCompare (version 3.0.0)

add_split_comma: Pre-processes voter file by checking zipcode, and any special characters or typos within the address.

Description

Pre-processes voter file by checking zipcode, and any special characters or typos within the address.

Usage

add_split_comma(voter_file, address = "address", delimiter = "comma")

Arguments

voter_file

A voter file containing the address of the voter.

address

Either "single" or "split". single addresses are one line address that include street, city, state, and zipcode on one line.

delimiter

The type of delimiter (comma, hyphen, dash) that the address parts are split into.

Value

The voter file with pre-processed format for each address variable.