eiCompare (version 3.0.0)

split_add_nocommas: 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

split_add_nocommas(voter_file, address = "address", delimiter = "space")

Arguments

voter_file

A voter file containing the address of the voter.

address

The voter address in the structure of street number-street name-city-state-zipcode

delimiter

The symbol/character used to parse address."space" is used to indicate that the address is parsed by spaces.

Value

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