eiCompare (version 3.0.0)

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

concat_streetname(
  voter_file,
  street_number = "street_number",
  street_name = "street_name",
  street_suffix = "street_suffix"
)

Arguments

voter_file

A voter file containing the address of the voter.

street_number

The number attached to the street name. Ex. 1442

street_name

The name of the place in which a voter lives. Ex. Market Street

street_suffix

A directional abbreviation such as NE for northeast or SW for southwest.

Value

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