Pre-processes voter file by checking zipcode, and any special characters or typos within the address.
concat_streetname(
voter_file,
street_number = "street_number",
street_name = "street_name",
street_suffix = "street_suffix"
)
The voter file with pre-processed format for each address variable.
A voter file containing the address of the voter.
The number attached to the street name. Ex. 1442
The name of the place in which a voter lives. Ex. Market Street
A directional abbreviation such as NE for northeast or SW for southwest.